|
Public Member Functions |
virtual | ~App () |
GnomeApp * | gobj () |
| Provides access to the underlying C GtkObject.
|
const GnomeApp * | gobj () const |
| Provides access to the underlying C GtkObject.
|
| App (const Glib::ustring &name) |
| App (const Glib::ustring &appname, const Glib::ustring &title) |
| Create an application.
|
void | set_menus (Gtk::MenuBar &menubar) |
| Set the menubar on the top.
|
void | set_toolbar (Gtk::Toolbar &toolbar) |
| Set the toolbar on the bottom.
|
void | set_statusbar (Gtk::Widget &statusbar) |
void | set_statusbar_custom (Gtk::Container &container, Gtk::Widget &statusbar) |
| Sets the status bar with container.
|
void | set_contents (Gtk::Widget &contents) |
| Set the contents in the middle.
|
void | add_toolbar (Gtk::Toolbar &toolbar, const Glib::ustring &name, BonoboDockItemBehavior behavior, BonoboDockPlacement placement, int band_num, int band_position, int offset) |
Gtk::Widget * | add_docked (Gtk::Widget &widget, const Glib::ustring &name, BonoboDockItemBehavior behavior, BonoboDockPlacement placement, int band_num, int band_position, int offset) |
void | add_dock_item (BonoboDockItem *item, BonoboDockPlacement placement, int band_num, int band_position, int offset) |
void | enable_layout_config (gboolean enable) |
BonoboDock * | get_dock () |
BonoboDockItem * | get_dock_item_by_name (const Glib::ustring &name) |
Items::Array< Items::SubTree > & | create_menus (const Items::Array< Items::SubTree > &info) |
| Create menus from UI.
|
Items::Array< Items::Info > & | insert_menus (const Glib::ustring &path, const Items::Array< Items::Info > &menuinfo) |
| Insert menu items at the specified path (e.g.
|
void | remove_menus (const Glib::ustring &path, int items) |
void | remove_menu_range (const Glib::ustring &path, int start, int items) |
void | install_menu_hints () |
| Adds hints to status bar.
|
Items::Array< Items::Info > & | create_toolbar (const Items::Array< Items::Info > &info) |
| Create toolbar from UI.
|
Related Functions |
(Note that these are not member functions.)
|
Gnome::UI::App * | wrap (GnomeApp *object, bool take_copy=false) |