| Maeomm Reference Documentation: hildon-libsmm |

It provides facilities to manage window menus and toolbars.
Each Hildon::Window can have its own menu and toolbars. The application can also have a common menu and toolbar, which are shared among all application windows. For more information, see Hildon::Program.
The following methods are particularly important:
Public Member Functions | |
| void | add_toolbar (Gtk::Toolbar& toolbar) |
| Adds a toolbar to the window. | |
| void | add_with_scrollbar (Gtk::Widget& child) |
| Adds the child to the HildonWindow and creates a scrollbar to it. | |
| bool | get_is_topmost () const |
| const Gtk::Menu* | get_menu () const |
| Gets the Gt::Menu assigned to the Hildon::Appview. | |
| Gtk::Menu* | get_menu () |
| Gets the Gt::Menu assigned to the Hildon::Appview. | |
| const HildonWindow* | gobj () const |
| Provides access to the underlying C GtkObject. | |
| HildonWindow* | gobj () |
| Provides access to the underlying C GtkObject. | |
| void | remove_toolbar (Gtk::Toolbar& toolbar) |
| Removes a toolbar from the window. | |
| void | set_menu (Gtk::Menu& menu) |
| Sets the menu to be used for this window. | |
| Window () | |
| virtual | ~Window () |
Related Functions | |
| (Note that these are not member functions.) | |
| Hildon::Window* | wrap (HildonWindow* object, bool take_copy=false) |
|
|
Reimplemented from Gtk::Window. |
|
|
|
|
|
Adds a toolbar to the window.
|
|
|
Adds the child to the HildonWindow and creates a scrollbar to it. Similar as adding first a GtkScrolledWindow and then the child to it.
|
|
|
|
|
|
Gets the Gt::Menu assigned to the Hildon::Appview.
|
|
|
Gets the Gt::Menu assigned to the Hildon::Appview.
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Window. |
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Window. |
|
|
Removes a toolbar from the window.
|
|
|
Sets the menu to be used for this window. This menu overrides a program-wide menu that may have been set with hildon_program_set_common_menu.
|
|
||||||||||||
|
|