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

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

Data Fields

GtkBox vbox
 The parent object for an embedded window. More...
 
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 * statusbar
 A pointer to the status bar at the bottom edge of the window. More...
 
GSimpleActionGroup * simple_action_group
 The group of all actions provided by the embedded window itself. More...
 
GtkAccelGroup * accel_group
 The accelerator group of all actions provided by the embedded window. More...
 
GncPluginPagepage
 The currently selected page. More...
 
GtkWidget * parent_window
 The parent of this embedded "window". More...
 

Detailed Description

The instance data structure for an embedded window object.

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

Field Documentation

◆ accel_group

GtkAccelGroup* _GncEmbeddedWindow::accel_group

The accelerator group of all actions provided by the embedded window.

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

◆ menu_dock

GtkWidget* _GncEmbeddedWindow::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 76 of file gnc-embedded-window.c.

◆ page

GncPluginPage* _GncEmbeddedWindow::page

The currently selected page.

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

◆ parent_window

GtkWidget* _GncEmbeddedWindow::parent_window

The parent of this embedded "window".

This points to a real GtkWindow widget.

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

◆ simple_action_group

GSimpleActionGroup* _GncEmbeddedWindow::simple_action_group

The group of all actions provided by the embedded window itself.

This does not include any action provided by menu or content plugins.

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

◆ statusbar

GtkWidget* _GncEmbeddedWindow::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 87 of file gnc-embedded-window.c.

◆ toolbar

GtkWidget* _GncEmbeddedWindow::toolbar

The toolbar.

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

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

◆ vbox

GtkBox _GncEmbeddedWindow::vbox

The parent object for an embedded window.

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


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