Re: Does Gtk+ Still Support Application-Provided Widgets?

2016-05-01 Thread philip . chimento
Hi, To a certain, lesser, extent this has always been the case: for example, I filed [1] a long time ago because you can't write your own GtkContainer subclass with an internal layout manager and have gtk_container_add() and gtk_container_remove() still work on it, although GtkAssistant does this

[no subject]

2016-05-01 Thread purushottan patil
___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Does Gtk+ Still Support Application-Provided Widgets?

2016-05-01 Thread Morten Welinder
Gtk+ used to support custom widgets. Whenever you were unhappy with the official set you would hack up your own. More often than not, this would start by copying an official widget's code and do a mass rename of identifiers. No more. More and more of the api needed to created widgets is