[Glade-users] Glade3 Toolbar & Notebook page problem
Alexey Kurochkin
alexey.kurochkin at pathfinderlwd.com
Thu Apr 16 17:17:16 EDT 2009
On Thu, 2009-04-16 at 15:33 -0400, Tristan Van Berkom wrote:
> On Thu, Apr 16, 2009 at 3:15 PM, Alexey Kurochkin
> <alexey.kurochkin at pathfinderlwd.com> wrote:
> > SO, you either dump all your toolbars into the glade file, and show/hide
> > them on demand, or use GtkUIManager to manage your interface. Of course
> > you can always use neither and create everything to your liking purely
> > in the code.
> >
>
> Incase I wasnt entirely clear, Glade does allow you create GtkActions and
> attach them to the menus created inline, allowing you to control whether
> the actions proxies (toolbar items or other) are visible/sensitive etc. entirely
> by way of the gtk_action_* api.
No, it's perfectly clear. I'm looking forward to try 3.6 as soon as it
will make it to Fedora. Unfortunately the GtkActions is not the only
point behind the GtkUIManager concept. It also allows to unmerge UIs on
demand, and even save them, while GtkBuilder only loads and builds.
>
> Cheers,
> -Tristan
More information about the Glade-users
mailing list