On 28 June 2010 15:27, Vermeersch Simon <[email protected]> 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 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
