Hi, Is it possible to use custom wrappers for GTK+-created objects? E.g. a combo box entry creates an entry (from C code, not from Python code.) Can I have a custom Python class (derived from gtk.Entry of course) instantiated as a wrapper for it? Paul