#include <App_Gtk.h>
Inheritance diagram for Bakery::App_Gtk:
Public Member Functions | |
App_Gtk (const Glib::ustring &appname) | |
Don't forget to call init() too. | |
virtual | ~App_Gtk () |
virtual void | add (Gtk::Widget &child) |
Overidden to add a widget in the middle, under the menu, instead of replacing the whole contents. | |
Protected Types | |
typedef Gtk::Toolbar_Helpers::Element | type_toolbar_items |
typedef std::vector< type_toolbar_items > | type_vecToolbarItems |
Protected Member Functions | |
virtual void | init () |
virtual void | init_menus () |
virtual void | init_menus_file () |
virtual void | init_menus_edit () |
virtual void | init_menus_help () |
virtual void | init_toolbars () |
virtual void | init_layout () |
virtual void | on_hide () |
virtual void | on_menu_help_about () |
virtual void | on_about_close () |
virtual void | ui_hide () |
virtual void | ui_bring_to_front () |
virtual bool | on_delete_event (GdkEventAny *event) |
Protected Attributes | |
type_vecToolbarItems | m_toolbar_UI_Infos |
Gtk::VBox | m_VBox |
Gtk::VBox | m_VBox_PlaceHolder |
Gtk::MenuBar | m_MenuBar |
Gtk::Menu | m_Menu_File |
Gtk::Menu | m_Menu_Edit |
Gtk::Menu | m_Menu_Help |
Gtk::HandleBox | m_HandleBox_Toolbar |
Gtk::Toolbar | m_Toolbar |
Static Protected Attributes | |
Gtk::Window * | m_pAbout |
Friends | |
class | AppInstanceManager |
Features:
|
|
|
|
|
Don't forget to call init() too.
|
|
|
|
Overidden to add a widget in the middle, under the menu, instead of replacing the whole contents.
|
|
Reimplemented from Bakery::App. Reimplemented in Bakery::App_WithDoc_Gtk. |
|
|
|
Implements Bakery::App. |
|
Implements Bakery::App. |
|
Implements Bakery::App. Reimplemented in Bakery::App_WithDoc_Gtk. |
|
Implements Bakery::App. |
|
Implements Bakery::App. Reimplemented in Bakery::App_WithDoc_Gtk. |
|
Reimplemented from Bakery::App. |
|
Reimplemented from Gtk::Widget. |
|
Reimplemented from Gtk::Widget. |
|
Implements Bakery::App. |
|
Implements Bakery::App. |
|
Implements Bakery::App. |
|
Reimplemented from Bakery::App. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|