/ gwsettingsexplorer.h / Type definitions / Description

Type definitions



gw_settings_explorer_field_s

This structure describe all properties of a field in the explorer
typedef struct gw_settings_explorer_field_s
{
	gchar *name;
	gint position;
	gchar *position_v;
	gboolean visible;
	gchar *visible_v;
}GWSettingsExplorerField;
Settings Explorer Field structure.

Fields
name name of the field
position position of the field
position_v variable name to store position of the field
visible is the field must be showed
visible_v variable name to store show mode of the field