On Mon, Jun 28, 2010 at 3:16 AM, Jason Heeris <jason.hee...@gmail.com> wrote:
> Is there any PyGTK documentation for the gtk.InfoBar widget? By the
> looks of it, it's a GTK 2.18 thing, and the PyGTK docs only go up to
> 2.17, so presumably that's why it's not there. At the moment I'm
> poring over the defs file, but is it available somewhere other than
> the usual place?
>
> — Jason
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/


You can try to use the GTK documentation at
http://library.gnome.org/devel/gtk/stable/GtkInfoBar.html

It should look fairly similar to the python one, and you can always
use the built-in dir-function to see all methods.

-- 
Simon Vermeersch
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to