[pygtk] GnomeAppBar and Glade

2003-08-28 Thread Lawrence Oluyede
I'm reading a C-based tutorial to learn using Glade2, but I still have a problem. When I try to get the GnomeAppBar widget from the XML tree what the get_widget method returns is: gtk.HBox object (GnomeAppBar) at 0x40c12464 and when I try to use push() or set_status() method to put text into

Re: [pygtk] GnomeAppBar and Glade

2003-08-28 Thread James Henstridge
On 28/08/03 17:57, Lawrence Oluyede wrote: I'm reading a C-based tutorial to learn using Glade2, but I still have a problem. When I try to get the GnomeAppBar widget from the XML tree what the get_widget method returns is: gtk.HBox object (GnomeAppBar) at 0x40c12464 and when I try to use