At 7/30/2003, Ross Burton wrote:
On Tue, 2003-07-29 at 23:29, Jon Willeke wrote: > This question appears a couple of times in the archives with no > satisfactory answer: how do I use a GLADE custom widget?
The important call is gtk.glade.set_custom_widget_callbacks(), which takes a dictionary of function names->functions (so locals() works).
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
