2010/1/22 Adrián Ortega <elfus...@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
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to