Re: [pygtk] Tweaking GTK InfoBar properties

2011-02-09 Thread Timo
On 09-02-11 05:14, Jason Heeris wrote: I have a GTK InfoBar that I'd like to show a fixed width message in, but I can't figure out how to get at the contained text display widget ("get_content_area()" just gives me an HBox, As far as I know, gtk.InfoBar is a subclass of gtk.HBox and has no other

[pygtk] Tweaking GTK InfoBar properties

2011-02-08 Thread Jason Heeris
I have a GTK InfoBar that I'd like to show a fixed width message in, but I can't figure out how to get at the contained text display widget ("get_content_area()" just gives me an HBox, and I'm not crazy about hard-coding indices of undocumented components into my app). Is there are robust way to d