GnuCash
5.6-150-g038405b370+
|
The instance data structure for an embedded window object. More...
Data Fields | |
GtkBox | vbox |
The parent object for an embedded window. More... | |
GtkWidget * | menu_dock |
The dock (vbox) at the top of the window containing the menubar and toolbar. More... | |
GtkWidget * | menubar |
The menubar. | |
GMenuModel * | menubar_model |
The menubar_model. | |
GtkWidget * | toolbar |
The toolbar. More... | |
GtkWidget * | statusbar |
A pointer to the status bar at the bottom edge of the window. More... | |
GSimpleActionGroup * | simple_action_group |
The group of all actions provided by the embedded window itself. More... | |
GtkAccelGroup * | accel_group |
The accelerator group of all actions provided by the embedded window. More... | |
GncPluginPage * | page |
The currently selected page. More... | |
GtkWidget * | parent_window |
The parent of this embedded "window". More... | |
The instance data structure for an embedded window object.
Definition at line 67 of file gnc-embedded-window.c.
GtkAccelGroup* _GncEmbeddedWindow::accel_group |
The accelerator group of all actions provided by the embedded window.
Definition at line 96 of file gnc-embedded-window.c.
GtkWidget* _GncEmbeddedWindow::menu_dock |
The dock (vbox) at the top of the window containing the menubar and toolbar.
These items are generated bu the UI manager and stored here when the UI manager provides them to the main window.
Definition at line 76 of file gnc-embedded-window.c.
GncPluginPage* _GncEmbeddedWindow::page |
The currently selected page.
Definition at line 99 of file gnc-embedded-window.c.
GtkWidget* _GncEmbeddedWindow::parent_window |
The parent of this embedded "window".
This points to a real GtkWindow widget.
Definition at line 102 of file gnc-embedded-window.c.
GSimpleActionGroup* _GncEmbeddedWindow::simple_action_group |
The group of all actions provided by the embedded window itself.
This does not include any action provided by menu or content plugins.
Definition at line 92 of file gnc-embedded-window.c.
GtkWidget* _GncEmbeddedWindow::statusbar |
A pointer to the status bar at the bottom edge of the window.
This pointer provides easy access for updating/showing/hiding the status bar.
Definition at line 87 of file gnc-embedded-window.c.
GtkWidget* _GncEmbeddedWindow::toolbar |
The toolbar.
This pointer provides easy access for showing/hiding the toolbar.
Definition at line 83 of file gnc-embedded-window.c.
GtkBox _GncEmbeddedWindow::vbox |
The parent object for an embedded window.
Definition at line 70 of file gnc-embedded-window.c.