[pygtk] Re: bash shell in some gtk widget

Christian Becke christianbecke at web.de
Fri Nov 17 03:52:40 WST 2006


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




More information about the pygtk mailing list