[Gtk-sharp-list] Extending Gtk.Window

Miguel de Icaza miguel@ximian.com
Fri, 21 Nov 2003 15:41:07 -0500


Hello,

> Ok, So, the question is: When to derive from a Gtk.Object?.. When I'm
> using a glade file or when Im coding 'on the fly'?.

Glade will never instantiate types that it does not know about in
advance.  So you derive widgets and use them, as long as you dont
expect they will be created by Glade.