Definition at line 151 of file gnc-main-window.c.
Data Fields | |
| GtkWidget * | menu_dock |
| GtkWidget * | toolbar |
| GtkWidget * | notebook |
| GtkWidget * | statusbar |
| GtkWidget * | progressbar |
| GtkActionGroup * | action_group |
| GList * | installed_pages |
| GList * | usage_order |
| GncPluginPage * | current_page |
| gint | event_handler_id |
| GHashTable * | merged_actions_table |
| GtkWidget* GncMainWindowPrivate::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 157 of file gnc-main-window.c.
| GtkWidget* GncMainWindowPrivate::notebook |
The notebook containing all the pages in this window.
Definition at line 162 of file gnc-main-window.c.
| GtkWidget* GncMainWindowPrivate::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 166 of file gnc-main-window.c.
| GtkWidget* GncMainWindowPrivate::progressbar |
A pointer to the progress bar at the bottom right of the window that is contained in the status bar. This pointer provides easy access for updating the progressbar.
Definition at line 170 of file gnc-main-window.c.
| GtkActionGroup* GncMainWindowPrivate::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 175 of file gnc-main-window.c.
A list of all pages that are installed in this window.
Definition at line 178 of file gnc-main-window.c.
A list of pages in order of use (most recent -> least recent)
Definition at line 180 of file gnc-main-window.c.
The currently selected page.
Definition at line 182 of file gnc-main-window.c.
The identifier for this window's engine event handler.
Definition at line 184 of file gnc-main-window.c.
| GHashTable* GncMainWindowPrivate::merged_actions_table |
A hash table of all action groups that have been installed into this window. The keys are the name of an action group, the values are structures of type MergedActionEntry.
Definition at line 190 of file gnc-main-window.c.
1.5.2