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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

StashPref Struct Reference
Collaboration diagram for StashPref:
[legend]

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
 

Detailed Description

Definition at line 102 of file stash.c.

Member Data Documentation

◆ default_value

gpointer StashPref::default_value

◆ 

◆ key_name

const gchar* StashPref::key_name

◆ property_name

const gchar* StashPref::property_name

Definition at line 113 of file stash.c.

Referenced by stash_group_add_widget_property().

◆ radio_buttons

struct EnumWidget* StashPref::radio_buttons

Definition at line 112 of file stash.c.

Referenced by free_stash_pref().

◆ setting

gpointer StashPref::setting

◆ setting_type

GType StashPref::setting_type

Definition at line 104 of file stash.c.

Referenced by stash_tree_renderer_edited(), and stash_tree_renderer_set_data().

◆ widget_id

StashWidgetID StashPref::widget_id

Definition at line 109 of file stash.c.

◆ widget_type

GType StashPref::widget_type

Definition at line 108 of file stash.c.

Referenced by free_stash_pref().


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