looking for gtk.glade documenation

Francesco Bochicchio bockman at virgilio.it
Sat Nov 6 02:53:21 EST 2004


On Fri, 05 Nov 2004 00:33:05 +0000, John Doe wrote:

> Hi,
> does anyone have a website that covers
> gtk.glade?
> 
> Thanks in advance.
> 
> Dan

Try looking here:

http://developer.gnome.org/doc/API/libglade/libglade.html

As usual, when using a module wrapping an external library, you have to
search for documentation of the external library itself (in this case
libglade) and then rely on the fact that the author of the python modules
applied consistent "translation rules" between the API in the original
language (in this case C) and the API of the python module. Also,
reading  example code and doing dir(module) and help(module) helps,
sometime.





More information about the Python-list mailing list