GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
addition_t Struct Reference

Data Fields

gchar * filename
 
gchar * widgetname
 
gchar * tabname
 
gboolean full_page
 

Detailed Description

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

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

Field Documentation

gchar* addition_t::filename

The relative name of the file where the glade data for this addition can be found.

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

gboolean addition_t::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 110 of file dialog-preferences.c.

gchar* addition_t::tabname

The name of the tab within the preferences dialog where these widgets should be placed.

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

gchar* addition_t::widgetname

The name of the widget within the glade data file that should be added to the preferences dialog. This should point to a GtkTable widget that has four columns.

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


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