Re: multiple toolbars with libgnomeuimm
Mirek Kopriva <[email protected]> Sat, 18 Dec 2004 03:55:01 +0100
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
Hi folks,
I'm trying to set multiple toolbars using libgnomeuimm.
The method:
create_toolbar (const Items::Array< Items::Info> &info)
of Gnome::UI:App class creates only one.
I was trying to use
add_toolbar (Gtk::Toolbar &toolbar,
const Glib::ustring &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
BonoboDock... parameters, what are they for? I'm not familiar with
Bonobo at all.
I couln't find any docs about how to use this method.
(Sorry for the previous messed up email)
Thanks a lot for answers.