Hi, Am Donnerstag, den 16.11.2006, 11:55 -0800 schrieb David Keogh:
> You can also do something like this to at least get a look at what the > module contains: > > import vte > print dir(vte.Terminal) Maybe better: import vte help (vte.Terminal) Regards, Christian _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
