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.