GnuCash c935c2f+
Loading...
Searching...
No Matches
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.
 
GtkWidget * menubar
 The menubar.
 
GMenuModel * menubar_model
 The menubar_model.
 
GtkWidget * toolbar
 The toolbar.
 
GtkWidget * notebook
 The notebook containing all the pages in this window.
 
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.
 
GtkWidget * progressbar
 A pointer to the progress bar at the bottom right of the window that is contained in the status bar.
 
GList * installed_pages
 A list of all pages that are installed in this window.
 
GList * usage_order
 A list of pages in order of use (most recent -> least recent)
 
GncPluginPagecurrent_page
 The currently selected page.
 
gint event_handler_id
 The identifier for this window's engine event handler.
 
gint pos [2]
 Array for window position.
 
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 220 of file gnc-main-window.cpp.

Field Documentation

◆ accel_group

GtkAccelGroup* GncMainWindowPrivate::accel_group

The accelerator group for the window.

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

◆ current_page

GncPluginPage* GncMainWindowPrivate::current_page

The currently selected page.

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

◆ display_item_hash

GHashTable* GncMainWindowPrivate::display_item_hash

Definition at line 265 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 253 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 247 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 226 of file gnc-main-window.cpp.

◆ menubar

GtkWidget* GncMainWindowPrivate::menubar

The menubar.

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

◆ menubar_model

GMenuModel* GncMainWindowPrivate::menubar_model

The menubar_model.

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

◆ notebook

GtkWidget* GncMainWindowPrivate::notebook

The notebook containing all the pages in this window.

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

◆ pos

gint GncMainWindowPrivate::pos[2]

Array for window position.

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

◆ previous_menu_qualifier

const gchar* GncMainWindowPrivate::previous_menu_qualifier

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

◆ previous_plugin_page_name

const gchar* GncMainWindowPrivate::previous_plugin_page_name

Definition at line 259 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 245 of file gnc-main-window.cpp.

◆ restoring_pages

gboolean GncMainWindowPrivate::restoring_pages

Set when restoring plugin pages.

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

◆ show_color_tabs

gboolean GncMainWindowPrivate::show_color_tabs

Show account color as background on tabs.

Definition at line 237 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 241 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 233 of file gnc-main-window.cpp.

◆ usage_order

GList* GncMainWindowPrivate::usage_order

A list of pages in order of use (most recent -> least recent)

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


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