GnuCash  5.6-150-g038405b370+
Data Fields
GncMainWindowPrivate Struct Reference

The instance private data structure for an embedded window object. More...

Data Fields

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 * notebook
 The notebook containing all the pages in this window. More...
 
gboolean show_color_tabs
 Show account color as background on tabs.
 
GtkWidget * statusbar
 A pointer to the status bar at the bottom edge of the window. More...
 
GtkWidget * progressbar
 A pointer to the progress bar at the bottom right of the window that is contained in the status bar. More...
 
GList * installed_pages
 A list of all pages that are installed in this window. More...
 
GList * usage_order
 A list of pages in order of use (most recent -> least recent)
 
GncPluginPagecurrent_page
 The currently selected page. More...
 
gint event_handler_id
 The identifier for this window's engine event handler. More...
 
gint pos [2]
 Array for window position. More...
 
gboolean restoring_pages
 Set when restoring plugin pages.
 
const gchar * previous_plugin_page_name
 
const gchar * previous_menu_qualifier
 
GtkAccelGroup * accel_group
 The accelerator group for the window.
 
GHashTable * display_item_hash
 

Detailed Description

The instance private data structure for an embedded window object.

Definition at line 214 of file gnc-main-window.cpp.

Field Documentation

◆ current_page

GncPluginPage* GncMainWindowPrivate::current_page

The currently selected page.

Definition at line 245 of file gnc-main-window.cpp.

◆ event_handler_id

gint GncMainWindowPrivate::event_handler_id

The identifier for this window's engine event handler.

Definition at line 247 of file gnc-main-window.cpp.

◆ installed_pages

GList* GncMainWindowPrivate::installed_pages

A list of all pages that are installed in this window.

Definition at line 241 of file gnc-main-window.cpp.

◆ menu_dock

GtkWidget* GncMainWindowPrivate::menu_dock

The dock (vbox) at the top of the window containing the menubar and toolbar.

These items are generated by the UI manager and stored here when the UI manager provides them to the main window.

Definition at line 220 of file gnc-main-window.cpp.

◆ notebook

GtkWidget* GncMainWindowPrivate::notebook

The notebook containing all the pages in this window.

Definition at line 229 of file gnc-main-window.cpp.

◆ pos

gint GncMainWindowPrivate::pos[2]

Array for window position.

Definition at line 249 of file gnc-main-window.cpp.

◆ progressbar

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 239 of file gnc-main-window.cpp.

◆ statusbar

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 235 of file gnc-main-window.cpp.

◆ toolbar

GtkWidget* GncMainWindowPrivate::toolbar

The toolbar.

This pointer provides easy access for showing/hiding the toolbar.

Definition at line 227 of file gnc-main-window.cpp.


The documentation for this struct was generated from the following file: