|
GnuCash 2.3.0
|
#include <gnc-plugin-page.h>
Data Fields | |
| GObject | gobject |
| GtkWidget * | window |
| GtkWidget * | notebook_page |
| GtkWidget * | summarybar |
The instance data structure for a content plugin.
Definition at line 57 of file gnc-plugin-page.h.
| GObject GncPluginPage::gobject |
The parent object data.
Definition at line 59 of file gnc-plugin-page.h.
| GtkWidget* GncPluginPage::notebook_page |
The display widget for this plugin. This field is private to the gnucash window management code.
Definition at line 66 of file gnc-plugin-page.h.
| 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 70 of file gnc-plugin-page.h.
| 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 61 of file gnc-plugin-page.h.
1.7.4