GnuCash
5.6-150-g038405b370+
|
This data structure holds the information for a single addition to the preferences dialog. More...
Data Fields | |
gchar * | filename |
The relative name of the file where the glade data for this addition can be found. More... | |
gchar * | widgetname |
The name of the widget within the glade data file that should be added to the preferences dialog. More... | |
gchar * | tabname |
The name of the tab within the preferences dialog where these widgets should be placed. More... | |
gboolean | full_page |
TRUE if this addition represents a full page in the preferences dialog. More... | |
This data structure holds the information for a single addition to the preferences dialog.
Definition at line 101 of file dialog-preferences.c.
gchar* addition::filename |
The relative name of the file where the glade data for this addition can be found.
Definition at line 105 of file dialog-preferences.c.
gboolean addition::full_page |
TRUE if this addition represents a full page in the preferences dialog.
FALSE if this page may be combined with other pages.
Definition at line 115 of file dialog-preferences.c.
gchar* addition::tabname |
The name of the tab within the preferences dialog where these widgets should be placed.
Definition at line 112 of file dialog-preferences.c.
gchar* addition::widgetname |
The name of the widget within the glade data file that should be added to the preferences dialog.
This should point to a GtkGrid widget that has four columns.
Definition at line 109 of file dialog-preferences.c.