> Does it walk the class hierarchy in search for handlers, or does it > stop at self?
Yes Think of it as a getattr(obj, name) > > I imagine that every glade user on the list can remove tons of lines > > from their programs now :) > > > > Unfortunately this is only for pygtk 1.99.x. > > But hey, if you're still using 0.6.x it's time to upgrade soon anyway. > > I am using the following class as a base for my widgets/controllers: > I think you can replace/remove all that code with the new found in CVS. You're filtering out everything that start with "on" While XML.signal_autoconnect takes everything -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
