#include <window.h>
Inheritance diagram for Hildon::Window:

Public Member Functions | |
| virtual | ~Window () |
| HildonWindow * | gobj () |
| Provides access to the underlying C GtkObject. | |
| const HildonWindow * | gobj () const |
| Provides access to the underlying C GtkObject. | |
| Window () | |
| void | add_with_scrollbar (Gtk::Widget &child) |
| Adds the child to the HildonWindow and creates a scrollbar to it. | |
| Gtk::Menu & | get_menu () const |
| Gets the Gt::Menu assigned to the Hildon::Appview. | |
| void | set_menu (Gtk::Menu &menu) |
| Sets the menu to be used for this window. | |
| void | add_toolbar (Gtk::Toolbar &toolbar) |
| Adds a toolbar to the window. | |
| void | remove_toolbar (Gtk::Toolbar &toolbar) |
| Removes a toolbar from the window. | |
| bool | get_is_topmost () const |
Related Functions | |
| (Note that these are not member functions.) | |
| Hildon::Window * | wrap (HildonWindow *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
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.
|
|
|
Provides access to the underlying C GtkObject.
|
|
|
Provides access to the underlying C GtkObject.
|
|
|
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.
|
|
||||||||||||
|
|
1.4.6