GnuCash 2.3.0
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 61 of file gnc-embedded-window.c.


Field Documentation

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.

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.

The parent of this embedded "window". This points to a real GtkWindow widget.

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

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines