Ideas of new widgets and critics, only for enhance gtk+.

2016-12-11 Thread eddie
Hi to all gtk+ users, At first I get few ideas about some new widgets. 1. The 3 states button. --- The most important, the most easy to implement is the idea of a button which can take 3 different states. I had this idea

Re: Ideas of new widgets and critics, only for enhance gtk+.

2016-12-11 Thread Nicolas Brack
> 1. The 3 states button. > --- > > The most important, the most easy to implement is the idea of a button which > can take 3 different states. > > I had this idea because I often have the need of something that I have called > the triboolean logic. > > Which consist of

Re: Ideas of new widgets and critics, only for enhance gtk+.

2016-12-11 Thread Tristan Van Berkom
On Sun, 2016-12-11 at 10:18 +0100, eddie wrote: > Hi to all gtk+ users, > > At first I get few ideas about some new widgets. > > > > 1. The 3 states button. > --- > > The most important, the most easy to implement is the idea

Re: Ideas of new widgets and critics, only for enhance gtk+.

2016-12-11 Thread Eric Cashon via gtk-app-devel-list
You can create your own widgets to look and work like you want with GTK+. There is a good example on the gtkmm tutorial which is worth looking at if you are interested in doing this. It also shows a little on how you can use CSS to set some properties on your new widget.