Re: Tutorial for writing widgets in Gtk3

2018-07-29 Thread Nicola Fontana
Il Thu, 26 Jul 2018 08:42:26 +0100 Göran Hasse scrisse: > Hello! > > I try to write a custom widget in Gtk3. I study the source for other widgets > but I find no totorial > for how to write a widget in Gtk3. (There was for Gtk2 - but they are not of > any use anymore...). Hi, in case you did

Re: Tutorial for writing widgets in Gtk3

2018-07-29 Thread Nicola Fontana
Il Sun, 29 Jul 2018 18:19:25 +0100 Göran Hasse scrisse: > I have have those applications. But they just use stock widgets. > > I don't find an example creating a new widget from scratch... > > Eg how to write your own widget. I have my widget in the tarfile and this is > what > I want to be ru