GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
GncEmbeddedWindowPrivate Struct Reference

Data Fields

GtkWidget * menu_dock
 
GtkWidget * toolbar
 
GtkWidget * statusbar
 
GtkActionGroup * action_group
 
GncPluginPagepage
 
GtkWidget * parent_window
 

Detailed Description

The instance private data for an embedded window object.

Definition at line 62 of file gnc-embedded-window.c.

Field Documentation

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 80 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 68 of file gnc-embedded-window.c.

GncPluginPage* GncEmbeddedWindowPrivate::page

The currently selected page.

Definition at line 83 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 86 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 75 of file gnc-embedded-window.c.


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