|
GnuCash 2.3.0
|
Data Fields | |
| GtkWidget * | menu_dock |
| GtkWidget * | toolbar |
| GtkWidget * | statusbar |
| GtkActionGroup * | action_group |
| GncPluginPage * | page |
| GtkWidget * | parent_window |
The instance private data for an embedded window object.
Definition at line 61 of file gnc-embedded-window.c.
| GtkActionGroup* GncEmbeddedWindowPrivate::action_group |
The group of all actions provided by the main window itself. This does not include any action provided by menu or content plugins.
Definition at line 79 of file gnc-embedded-window.c.
| GtkWidget* GncEmbeddedWindowPrivate::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 67 of file gnc-embedded-window.c.
The currently selected page.
Definition at line 82 of file gnc-embedded-window.c.
| GtkWidget* GncEmbeddedWindowPrivate::parent_window |
The parent of this embedded "window". This points to a real GtkWindow widget.
Definition at line 85 of file gnc-embedded-window.c.
| GtkWidget* GncEmbeddedWindowPrivate::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 74 of file gnc-embedded-window.c.
1.7.4