Re: Can UIManager handle all kinds of widgets?
- From: Matthias Kaeppler <nospam digitalraid com>
- To: gtkmm-list gnome org
- Subject: Re: Can UIManager handle all kinds of widgets?
- Date: Thu, 14 Apr 2005 15:24:23 +0200
Marco Scholten wrote:
I was wondering what kind of widgets are manageable by the UIManager
class? The gtkmm tutorial uses it to manage menus and toolbars, but
the XML-like code to describe the interface could easily apply to
other widgets as well I guess.
For example:
<ui>
<menu name='my_menu'>
...
</menu>
<toolbar name='some_toolbar'>
...
</toolbar>
</ui>
What other keywords are allowed in place of "menu" and "toolbar"?
I'm afraid it's just for menus and toolbars, for a list of allowed
keywords see
http://developer.gnome.org/doc/API/2.0/gtk/GtkUIManager.html
Great, thanks. Looks like you really need the Gtk+ reference
additionally to the gtkmm reference to get things right.
--
Matthias Kaeppler
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]