Having seen messages in the archives from 2000 and 2001 that custom widget support would be "in the next version," I thought I must have been doing something wrong. Now I see that this hasn't made it out of CVS, yet.
Thanks for the patch.
At 7/30/2003, Jon Willeke wrote:
Where can I get this patch? I get an AttributeError in PyGTK 1.99.14 and 1.99.16. The function name doesn't appear in a grep of the 0.6.11 and 1.99.16 sources.
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/
