geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Public Attributes | |
GType | setting_type |
gpointer | setting |
const gchar * | key_name |
gpointer | default_value |
GType | widget_type |
StashWidgetID | widget_id |
union { | |
struct EnumWidget * radio_buttons | |
const gchar * property_name | |
} | extra |
gpointer StashPref::default_value |
Definition at line 107 of file stash.c.
Referenced by handle_boolean_setting(), handle_integer_setting(), handle_string_setting(), and handle_strv_setting().
union { ... } StashPref::extra |
const gchar* StashPref::key_name |
Definition at line 106 of file stash.c.
Referenced by handle_boolean_setting(), handle_integer_setting(), handle_string_setting(), and handle_strv_setting().
const gchar* StashPref::property_name |
Definition at line 113 of file stash.c.
Referenced by stash_group_add_widget_property().
struct EnumWidget* StashPref::radio_buttons |
Definition at line 112 of file stash.c.
Referenced by free_stash_pref().
gpointer StashPref::setting |
Definition at line 105 of file stash.c.
Referenced by handle_boolean_setting(), handle_integer_setting(), handle_string_setting(), and handle_strv_setting().
GType StashPref::setting_type |
Definition at line 104 of file stash.c.
Referenced by stash_tree_renderer_edited(), and stash_tree_renderer_set_data().
StashWidgetID StashPref::widget_id |
GType StashPref::widget_type |
Definition at line 108 of file stash.c.
Referenced by free_stash_pref().