multiple toolbars with libgnomeuimm
Mirek Kopriva <[email protected]> Sat, 18 Dec 2004 02:49:18 +0100
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
Hi folks, I'm trying to set multiple toolbars using libgnomeuimm. The create_toolbar <cid:[email protected]> (const <file:///usr/share/doc/libgtkmm-2.4-doc/reference/html/classconst.html> Items::Array <cid:[email protected]>< Items::Info <cid:[email protected]> > &info) of Gnome::UI:App class creates only one. I was trying to use add_toolbar <cid:[email protected]> (Gtk::Toolbar <cid:[email protected]> &toolbar, const <file:///usr/share/doc/libgtkmm-2.4-doc/reference/html/classconst.html> Glib::ustring <cid:[email protected]> &name, BonoboDockItemBehavior behavior, BonoboDockPlacement placement, int band_num, int band_position, int offset), but without any sucess. Is there any other way? What about the Bonobo... parameters, what are they for? I couln't find any docs about how to use this method. Thanks a lot for answers.