[Glade-users] Glade3 Toolbar & Notebook page problem

Tristan Van Berkom tristan.van.berkom at gmail.com
Fri Apr 17 00:41:04 EDT 2009


On Thu, Apr 16, 2009 at 5:17 PM, Alexey Kurochkin
<alexey.kurochkin at pathfinderlwd.com> wrote:
> 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.

yeah ouch that damn merge feature... we have to figure out how to bring
that feature into GTK+ in general and out of GtkUIManager... still dont want
to support the double standard on menu building just for the sake of
that feature...

Cheers,
             -Tristan


More information about the Glade-users mailing list