bonobo_control_set_toolbars ()
- From: Martin Baulig <martin home-of-linux org>
- To: gnome-components-list gnome org
- Subject: bonobo_control_set_toolbars ()
- Date: 18 Jun 2000 17:01:28 +0200
Hello,
it looks like bonobo_control_set_toolbars () does
nothing useful at the moment and you need to use some
code like this instead:
===
bonobo_ui_handler_create_toolbar (local_ui_handler, "Main");
toolbar_list = bonobo_ui_handler_toolbar_parse_uiinfo_list
(sample_component_toolbar);
bonobo_ui_handler_toolbar_add_list (local_ui_handler, "/Main",
toolbar_list);
bonobo_ui_handler_toolbar_free_list (toolbar_list);
===
Does this mean that bonobo_control_set_toolbars () is
considered obsolete or is this just not yet implemented ?
Btw. I think bonobo_control_set_toolbars () should take an
additional argument with is the toolbar path.
--
Martin Baulig
martin@gnome.org (private)
baulig@suse.de (work)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]