|
Hello. I am currently trying to embed a progress bar inside of a statusbar using glade 3. While it all appears fine inside glade (all of the widgets visible) when I run my actual application I do not see the progress bar inside of the status bar.
I have checked in glade and all of the widgets are visible. If I try to do a lookup_widget(window, "progressbar1") on it (as the progressbar is named progressbar1) I get an error saying that it could not be found.
What am I doing wrong? Or is it a bug with glade?
Regards, Freddie.
|