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

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...
 

Detailed Description

This data structure holds the information for a single addition to the preferences dialog.

Definition at line 101 of file dialog-preferences.c.

Field Documentation

◆ filename

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.

◆ full_page

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.

◆ tabname

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.

◆ widgetname

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.


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