Jeffrey Barish wrote: > I still don't understand what to do if my widget is composed of other > widgets (rather than Cairo drawing and text).
I think the answer is that in PyGTK we don't subclass except when we need to do some drawing, as in the example. Otherwise, we just create a class to encapsulate the standard widgets. -- Jeffrey Barish _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
