Example is wrong . See error :
Traceback (most recent call last):
File "infobar.py", line 46, in <module>
InfoBar()
File "infobar.py", line 13, in __init__
self.infobar = gtk.InfoBar()
AttributeError: 'module' object has no attribute 'InfoBar'
On Jun 28, 10:30 am, Andrew Steele <[email protected]> wrote:
> On 28 June 2010 02:16, Jason Heeris <[email protected]> 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 [email protected]
> >http://www.daa.com.au/mailman/listinfo/pygtk
> > Read the PyGTK FAQ:http://faq.pygtk.org/
>
> I've wrote some documentation a while back, but its only the basics. There
> is an example provided as
> well:http://learnpygtk.org/pygtktutorial/infobar.html
>
> _______________________________________________
> pygtk mailing list
> [email protected]http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ:http://faq.pygtk.org/
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/