Re: Custom (Composed) Widget

2005-08-23 Thread Tristan Van Berkom
Razvan Gavril wrote: [...] The Question : What property/method of the GtkWidget should i rewrite to do this, You should derive from a GtkWidget that does almost everything you need it to do already and only override methods where you want the behaviour of the widget to be different (and rememb

Custom (Composed) Widget

2005-08-23 Thread Razvan Gavril
I want to create a custom widget composed of several existing widgets but let me explain a little: I already have a class (GcFullPanel) that is derived form GObject. This class populates an GtkTreeView with a directory listing and some other gtk widgets. All this widgets are stored in a GtkCont