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 | |
const gchar * | group_name |
StashPref * | pref |
struct { | |
gchararray tree_string | |
gint tree_int | |
} | data |
struct { ... } StashTreeValue::data |
const gchar* StashTreeValue::group_name |
Definition at line 999 of file stash.c.
Referenced by stash_tree_append_pref(), stash_tree_display_pref(), and stash_tree_update_pref().
StashPref* StashTreeValue::pref |
Definition at line 1000 of file stash.c.
Referenced by stash_tree_action(), stash_tree_append_pref(), stash_tree_renderer_edited(), and stash_tree_renderer_set_data().
gint StashTreeValue::tree_int |
Definition at line 1004 of file stash.c.
Referenced by stash_tree_display_pref(), stash_tree_renderer_edited(), stash_tree_renderer_set_data(), and stash_tree_update_pref().
gchararray StashTreeValue::tree_string |
Definition at line 1003 of file stash.c.
Referenced by stash_tree_discard_value(), stash_tree_display_pref(), stash_tree_renderer_edited(), stash_tree_renderer_set_data(), and stash_tree_update_pref().