GnuCash  5.6-150-g038405b370+
Data Fields

The instance data structure for a content plugin. More...

#include <gnc-plugin-page.h>

Data Fields

GObject gobject
 The parent object data. More...
 
GtkWidget * window
 The window that contains the display widget for this plugin. More...
 
GtkWidget * notebook_page
 The display widget for this plugin. More...
 
GtkWidget * summarybar
 The summary bar widget (if any) that is associated with this plugin. More...
 

Detailed Description

The instance data structure for a content plugin.

Definition at line 58 of file gnc-plugin-page.h.

Field Documentation

◆ gobject

GObject GncPluginPage::gobject

The parent object data.

Definition at line 60 of file gnc-plugin-page.h.

◆ notebook_page

GtkWidget* GncPluginPage::notebook_page

The display widget for this plugin.

This field is private to the gnucash window management code.

Definition at line 67 of file gnc-plugin-page.h.

◆ summarybar

GtkWidget* GncPluginPage::summarybar

The summary bar widget (if any) that is associated with this plugin.

This field is private to the gnucash window management code.

Definition at line 71 of file gnc-plugin-page.h.

◆ window

GtkWidget* GncPluginPage::window

The window that contains the display widget for this plugin.

This field is private to the gnucash window management code.

Definition at line 62 of file gnc-plugin-page.h.


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