2007/3/8, Jeffrey Barish <[EMAIL PROTECTED]>:
I am trying to create a custom widget.
Look at widget.py in pygtk examples. The classes you have mentioned are abstract classes thus you cannot instantiate them, have a look at pygtk reference manual as well. cheers -- Gian Mario Tagliaretti http://www.parafernalia.org/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
