Re: Is it possible to get a Gtk::MenuToolButton in the Toolbar by using the UIManager?
- From: Krzysztof Kosiński <tweenk pl gmail com>
- To: Adrián Ortega <elfus0 1 gmail com>
- Cc: "gtkmm-list gnome org" <gtkmm-list gnome org>
- Subject: Re: Is it possible to get a Gtk::MenuToolButton in the Toolbar by using the UIManager?
- Date: Sat, 23 Jan 2010 15:50:49 +0100
2010/1/22 Adrián Ortega <elfus0 1 gmail com>:
> I also tried this:
>
> "<ui>
> " <toolbar name='MyToolBar'>"
> " <menu action="NewMenu'>"
> " <toolitem action='New'/>"
> " </menu>"
> " </toolbar>"
> "</ui>"
>
> That didn't work though.
I think it should be the other way around. I didn't test it though.
<toolbar name='MyToolbar'>
<toolitem action='new'>
<menu name='NewMenu' action='new-templates'>
<menuitem action='template1'/>
<menuitem action='template2'/>
</menu>
</toolitem>
</toolbar>
Regards, Krzysztof
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]