[pygtk] gtk InfoBar documentation?
Jason Heeris
jason.heeris at gmail.com
Mon Jun 28 16:03:25 WST 2010
On 28 June 2010 15:27, Vermeersch Simon <simonvermeersch at gmail.com> wrote:
> You can try to use the GTK documentation at
> http://library.gnome.org/devel/gtk/stable/GtkInfoBar.html
Yeah, that's what I'm going on at the moment. Mainly it's the signals
and properties that are important, so that's good enough.
> It should look fairly similar to the python one, and you can always
> use the built-in dir-function to see all methods.
"dir" works, but I can't use the inspect module on it to see function
args (and default values), since it's native code. But it's not that
hard :)
— Jason
More information about the pygtk
mailing list