GnuCash  4.14+
Data Fields
GncMainWindow Struct Reference

The instance data structure for a main window object. More...

#include <gnc-main-window.h>

Data Fields

GtkWindow gtk_window
 The parent object for a main window. More...
 
GtkUIManager * ui_merge
 A pointer to the UI Manager data structure for the whole window. More...
 
gboolean window_quitting
 Set to TRUE when quitting from this window. More...
 
gboolean just_plugin_prefs
 Just remove preferences only from plugins.
 

Detailed Description

The instance data structure for a main window object.

Definition at line 55 of file gnc-main-window.h.

Field Documentation

◆ gtk_window

GtkWindow GncMainWindow::gtk_window

The parent object for a main window.

Definition at line 57 of file gnc-main-window.h.

◆ ui_merge

GtkUIManager* GncMainWindow::ui_merge

A pointer to the UI Manager data structure for the whole window.

Definition at line 58 of file gnc-main-window.h.

◆ window_quitting

gboolean GncMainWindow::window_quitting

Set to TRUE when quitting from this window.

Definition at line 60 of file gnc-main-window.h.


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