Re: Can UIManager handle all kinds of widgets?




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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]