I'm trying to develop with Hildon/PyGTK, and I'm quite confused by the set_common_toolbar function of the hildon.Program class: it's supposed to set a gtk.Toolbar that will appear on every hildon.Window registered with the hildon.Program.
Yet, the toolbar doesn't show up on my registered windows...
I reminded to call show_all() on every window. Also, I can't just add it in each window, because I use stackable windows and I would have to reparent the toolbar...
Is there something special I forgot to make set_common_toolbar work?
I'm trying to develop with Hildon/PyGTK, and I'm quite confused by the set_common_toolbar function of the hildon.Program class: it's supposed to set a gtk.Toolbar that will appear on every hildon.Window registered with the hildon.Program.
Yet, the toolbar doesn't show up on my registered windows...
I reminded to call show_all() on every window. Also, I can't just add it in each window, because I use stackable windows and I would have to reparent the toolbar...
Is there something special I forgot to make set_common_toolbar work?