Re: Is it possible to get a Gtk::MenuToolButton in the Toolbar by using the UIManager?

2010-01-24 Thread Adrián Ortega
On Sat, 2010-01-23 at 15:50 +0100, Krzysztof Kosiński wrote: 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

Re: Is it possible to get a Gtk::MenuToolButton in the Toolbar by using the UIManager?

2010-01-23 Thread Krzysztof Kosiński
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

Is it possible to get a Gtk::MenuToolButton in the Toolbar by using the UIManager?

2010-01-22 Thread Adrián Ortega
Hello, I'm creating a menu and toolbar with the UIManager and everything works fine and display well, however what I'm trying to do is to put a Gtk::MenuToolButton as the new button in the toolbar to give several options to the user from the menu that the toolbutton pops up by clicking the arrow,