~ubuntu-branches/ubuntu/oneiric/glade-3/oneiric

« back to all changes in this revision

Viewing changes to doc/html/gladeui-glade-property.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-04-28 15:29:16 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428152916-9l0do44tmyjlnbiq
Tags: 3.6.3-0ubuntu1
* New upstream version (LP: #368390)
  - Fixed crash configuring button content (LP: #356013)
  - Fixed crash adding related action to button (LP: #358467)
  - Fixed allowing invalid data for GtkTreeStore (LP: #345989)
* debian/patches/02_spinbutton-adjustment.patch:
  - Fix default generation of GtkSpinButtons. Patch by Adam Buchbinder.
    (LP: #323228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                    <a class="link" href="gladeui-glade-property.html#GladeProperty-struct" title="GladeProperty">GladeProperty</a>;
53
53
<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *     <a class="link" href="gladeui-glade-property.html#glade-property-new" title="glade_property_new ()">glade_property_new</a>                  (<a class="link" href="gladeui-GladePropertyClass.html#GladePropertyClass" title="GladePropertyClass">GladePropertyClass</a> *klass,
54
54
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget,
55
 
                                                         GValue *value);
 
55
                                                         <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);
56
56
<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *     <a class="link" href="gladeui-glade-property.html#glade-property-dup" title="glade_property_dup ()">glade_property_dup</a>                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *template_prop,
57
57
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);
58
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-reset" title="glade_property_reset ()">glade_property_reset</a>                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
59
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-original-reset" title="glade_property_original_reset ()">glade_property_original_reset</a>       (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
60
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-default" title="glade_property_default ()">glade_property_default</a>              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
61
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-original-default" title="glade_property_original_default ()">glade_property_original_default</a>     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
62
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-equals-value" title="glade_property_equals_value ()">glade_property_equals_value</a>         (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
63
 
                                                         const GValue *value);
64
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-equals" title="glade_property_equals ()">glade_property_equals</a>               (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
65
 
                                                         ...);
66
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-set-value" title="glade_property_set_value ()">glade_property_set_value</a>            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
67
 
                                                         const GValue *value);
68
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-set-va-list" title="glade_property_set_va_list ()">glade_property_set_va_list</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
69
 
                                                         va_list vl);
70
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-set" title="glade_property_set ()">glade_property_set</a>                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
71
 
                                                         ...);
72
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-get-value" title="glade_property_get_value ()">glade_property_get_value</a>            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
73
 
                                                         GValue *value);
74
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-get-default" title="glade_property_get_default ()">glade_property_get_default</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
75
 
                                                         GValue *value);
76
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-get-va-list" title="glade_property_get_va_list ()">glade_property_get_va_list</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
77
 
                                                         va_list vl);
78
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-get" title="glade_property_get ()">glade_property_get</a>                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
79
 
                                                         ...);
80
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-add-object" title="glade_property_add_object ()">glade_property_add_object</a>           (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
81
 
                                                         GObject *object);
82
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-remove-object" title="glade_property_remove_object ()">glade_property_remove_object</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
83
 
                                                         GObject *object);
84
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-sync" title="glade_property_sync ()">glade_property_sync</a>                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
85
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-load" title="glade_property_load ()">glade_property_load</a>                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
86
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-read" title="glade_property_read ()">glade_property_read</a>                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
58
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-reset" title="glade_property_reset ()">glade_property_reset</a>                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
59
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-original-reset" title="glade_property_original_reset ()">glade_property_original_reset</a>       (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
60
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-default" title="glade_property_default ()">glade_property_default</a>              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
61
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-original-default" title="glade_property_original_default ()">glade_property_original_default</a>     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
62
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-equals-value" title="glade_property_equals_value ()">glade_property_equals_value</a>         (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
63
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);
 
64
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-equals" title="glade_property_equals ()">glade_property_equals</a>               (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
65
                                                         ...);
 
66
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-set-value" title="glade_property_set_value ()">glade_property_set_value</a>            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
67
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);
 
68
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-set-va-list" title="glade_property_set_va_list ()">glade_property_set_va_list</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
69
                                                         <GTKDOCLINK HREF="va-list">va_list</GTKDOCLINK> vl);
 
70
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-set" title="glade_property_set ()">glade_property_set</a>                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
71
                                                         ...);
 
72
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-get-value" title="glade_property_get_value ()">glade_property_get_value</a>            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
73
                                                         <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);
 
74
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-get-default" title="glade_property_get_default ()">glade_property_get_default</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
75
                                                         <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);
 
76
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-get-va-list" title="glade_property_get_va_list ()">glade_property_get_va_list</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
77
                                                         <GTKDOCLINK HREF="va-list">va_list</GTKDOCLINK> vl);
 
78
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-get" title="glade_property_get ()">glade_property_get</a>                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
79
                                                         ...);
 
80
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-add-object" title="glade_property_add_object ()">glade_property_add_object</a>           (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
81
                                                         <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK> *object);
 
82
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-remove-object" title="glade_property_remove_object ()">glade_property_remove_object</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
83
                                                         <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK> *object);
 
84
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-sync" title="glade_property_sync ()">glade_property_sync</a>                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
85
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-load" title="glade_property_load ()">glade_property_load</a>                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
86
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-read" title="glade_property_read ()">glade_property_read</a>                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
87
87
                                                         <a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project,
88
 
                                                         GladeXmlNode *node);
89
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-write" title="glade_property_write ()">glade_property_write</a>                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
90
 
                                                         GladeXmlContext *context,
91
 
                                                         GladeXmlNode *node);
92
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-set-sensitive" title="glade_property_set_sensitive ()">glade_property_set_sensitive</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
93
 
                                                         gboolean sensitive,
94
 
                                                         const gchar *reason);
95
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-get-sensitive" title="glade_property_get_sensitive ()">glade_property_get_sensitive</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
96
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-set-save-always" title="glade_property_set_save_always ()">glade_property_set_save_always</a>      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
97
 
                                                         gboolean setting);
98
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-get-save-always" title="glade_property_get_save_always ()">glade_property_get_save_always</a>      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
99
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-set-enabled" title="glade_property_set_enabled ()">glade_property_set_enabled</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
100
 
                                                         gboolean enabled);
101
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-get-enabled" title="glade_property_get_enabled ()">glade_property_get_enabled</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
102
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-i18n-set-comment" title="glade_property_i18n_set_comment ()">glade_property_i18n_set_comment</a>     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
103
 
                                                         const gchar *str);
104
 
const gchar *       <a class="link" href="gladeui-glade-property.html#glade-property-i18n-get-comment" title="glade_property_i18n_get_comment ()">glade_property_i18n_get_comment</a>     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
105
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-i18n-set-translatable" title="glade_property_i18n_set_translatable ()">glade_property_i18n_set_translatable</a>
 
88
                                                         <GTKDOCLINK HREF="GladeXmlNode">GladeXmlNode</GTKDOCLINK> *node);
 
89
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-write" title="glade_property_write ()">glade_property_write</a>                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
90
                                                         <GTKDOCLINK HREF="GladeXmlContext">GladeXmlContext</GTKDOCLINK> *context,
 
91
                                                         <GTKDOCLINK HREF="GladeXmlNode">GladeXmlNode</GTKDOCLINK> *node);
 
92
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-set-sensitive" title="glade_property_set_sensitive ()">glade_property_set_sensitive</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
93
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> sensitive,
 
94
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *reason);
 
95
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-get-sensitive" title="glade_property_get_sensitive ()">glade_property_get_sensitive</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
96
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-set-save-always" title="glade_property_set_save_always ()">glade_property_set_save_always</a>      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
97
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> setting);
 
98
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-get-save-always" title="glade_property_get_save_always ()">glade_property_get_save_always</a>      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
99
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-set-enabled" title="glade_property_set_enabled ()">glade_property_set_enabled</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
100
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> enabled);
 
101
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-get-enabled" title="glade_property_get_enabled ()">glade_property_get_enabled</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
102
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-i18n-set-comment" title="glade_property_i18n_set_comment ()">glade_property_i18n_set_comment</a>     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
103
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *str);
 
104
const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *       <a class="link" href="gladeui-glade-property.html#glade-property-i18n-get-comment" title="glade_property_i18n_get_comment ()">glade_property_i18n_get_comment</a>     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
105
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-i18n-set-translatable" title="glade_property_i18n_set_translatable ()">glade_property_i18n_set_translatable</a>
106
106
                                                        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
107
 
                                                         gboolean translatable);
108
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-i18n-get-translatable" title="glade_property_i18n_get_translatable ()">glade_property_i18n_get_translatable</a>
 
107
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> translatable);
 
108
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-i18n-get-translatable" title="glade_property_i18n_get_translatable ()">glade_property_i18n_get_translatable</a>
109
109
                                                        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
110
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-i18n-set-has-context" title="glade_property_i18n_set_has_context ()">glade_property_i18n_set_has_context</a> (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
111
 
                                                         gboolean has_context);
112
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-i18n-get-has-context" title="glade_property_i18n_get_has_context ()">glade_property_i18n_get_has_context</a> (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
113
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-push-superuser" title="glade_property_push_superuser ()">glade_property_push_superuser</a>       (void);
114
 
void                <a class="link" href="gladeui-glade-property.html#glade-property-pop-superuser" title="glade_property_pop_superuser ()">glade_property_pop_superuser</a>        (void);
115
 
gboolean            <a class="link" href="gladeui-glade-property.html#glade-property-superuser" title="glade_property_superuser ()">glade_property_superuser</a>            (void);
 
110
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-i18n-set-has-context" title="glade_property_i18n_set_has_context ()">glade_property_i18n_set_has_context</a> (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
111
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> has_context);
 
112
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-i18n-get-has-context" title="glade_property_i18n_get_has_context ()">glade_property_i18n_get_has_context</a> (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);
 
113
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-push-superuser" title="glade_property_push_superuser ()">glade_property_push_superuser</a>       (void);
 
114
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="gladeui-glade-property.html#glade-property-pop-superuser" title="glade_property_pop_superuser ()">glade_property_pop_superuser</a>        (void);
 
115
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="gladeui-glade-property.html#glade-property-superuser" title="glade_property_superuser ()">glade_property_superuser</a>            (void);
116
116
</pre>
117
117
</div>
118
118
<div class="refsect1" lang="en">
119
119
<a name="gladeui-glade-property.object-hierarchy"></a><h2>Object Hierarchy</h2>
120
120
<pre class="synopsis">
121
 
  GObject
 
121
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
122
122
   +----GladeProperty
123
123
</pre>
124
124
</div>
125
125
<div class="refsect1" lang="en">
126
126
<a name="gladeui-glade-property.properties"></a><h2>Properties</h2>
127
127
<pre class="synopsis">
128
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--class" title='The "class" property'>class</a>"                    gpointer              : Read / Write / Construct Only
129
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--enabled" title='The "enabled" property'>enabled</a>"                  gboolean              : Read / Write
130
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-comment" title='The "i18n-comment" property'>i18n-comment</a>"             gchar*                : Read / Write
131
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-context" title='The "i18n-context" property'>i18n-context</a>"             gchar*                : Read / Write
132
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-has-context" title='The "i18n-has-context" property'>i18n-has-context</a>"         gboolean              : Read / Write
133
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-translatable" title='The "i18n-translatable" property'>i18n-translatable</a>"        gboolean              : Read / Write
134
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--sensitive" title='The "sensitive" property'>sensitive</a>"                gboolean              : Read / Write
135
 
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--state" title='The "state" property'>state</a>"                    gint                  : Read
 
128
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--class" title='The "class" property'>class</a>"                    <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>              : Read / Write / Construct Only
 
129
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--enabled" title='The "enabled" property'>enabled</a>"                  <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write
 
130
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-comment" title='The "i18n-comment" property'>i18n-comment</a>"             <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write
 
131
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-context" title='The "i18n-context" property'>i18n-context</a>"             <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write
 
132
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-has-context" title='The "i18n-has-context" property'>i18n-has-context</a>"         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write
 
133
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--i18n-translatable" title='The "i18n-translatable" property'>i18n-translatable</a>"        <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write
 
134
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--sensitive" title='The "sensitive" property'>sensitive</a>"                <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write
 
135
  "<a class="link" href="gladeui-glade-property.html#GladeProperty--state" title='The "state" property'>state</a>"                    <GTKDOCLINK HREF="gint">gint</GTKDOCLINK>                  : Read
136
136
</pre>
137
137
</div>
138
138
<div class="refsect1" lang="en">
164
164
<a name="glade-property-new"></a><h3>glade_property_new ()</h3>
165
165
<pre class="programlisting"><a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *     glade_property_new                  (<a class="link" href="gladeui-GladePropertyClass.html#GladePropertyClass" title="GladePropertyClass">GladePropertyClass</a> *klass,
166
166
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget,
167
 
                                                         GValue *value);</pre>
 
167
                                                         <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);</pre>
168
168
<p>
169
169
Creates a <a class="link" href="gladeui-glade-property.html#GladeProperty"><span class="type">GladeProperty</span></a> of type <em class="parameter"><code>klass</code></em> for <em class="parameter"><code>widget</code></em> with <em class="parameter"><code>value</code></em>; if
170
 
<em class="parameter"><code>value</code></em> is <code class="literal">NULL</code>, then the introspected default value for that property
 
170
<em class="parameter"><code>value</code></em> is <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>, then the introspected default value for that property
171
171
will be used.</p>
172
172
<div class="variablelist"><table border="0">
173
173
<col align="left" valign="top">
184
184
</tr>
185
185
<tr>
186
186
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
187
 
<td> The initial <span class="type">GValue</span> of the property or <code class="literal">NULL</code>
 
187
<td> The initial <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK> of the property or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>
188
188
        (the <a class="link" href="gladeui-glade-property.html#GladeProperty"><span class="type">GladeProperty</span></a> will assume ownership of <em class="parameter"><code>value</code></em>)
189
189
</td>
190
190
</tr>
227
227
<hr>
228
228
<div class="refsect2" lang="en">
229
229
<a name="glade-property-reset"></a><h3>glade_property_reset ()</h3>
230
 
<pre class="programlisting">void                glade_property_reset                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
230
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_reset                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
231
231
<p>
232
232
Resets this property to its default value</p>
233
233
<div class="variablelist"><table border="0">
242
242
<hr>
243
243
<div class="refsect2" lang="en">
244
244
<a name="glade-property-original-reset"></a><h3>glade_property_original_reset ()</h3>
245
 
<pre class="programlisting">void                glade_property_original_reset       (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
245
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_original_reset       (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
246
246
<p>
247
247
Resets this property to its original default value</p>
248
248
<div class="variablelist"><table border="0">
257
257
<hr>
258
258
<div class="refsect2" lang="en">
259
259
<a name="glade-property-default"></a><h3>glade_property_default ()</h3>
260
 
<pre class="programlisting">gboolean            glade_property_default              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
260
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_default              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
261
261
<p>
262
262
</p>
263
263
<div class="variablelist"><table border="0">
279
279
<hr>
280
280
<div class="refsect2" lang="en">
281
281
<a name="glade-property-original-default"></a><h3>glade_property_original_default ()</h3>
282
 
<pre class="programlisting">gboolean            glade_property_original_default     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
282
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_original_default     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
283
283
<p>
284
284
</p>
285
285
<div class="variablelist"><table border="0">
301
301
<hr>
302
302
<div class="refsect2" lang="en">
303
303
<a name="glade-property-equals-value"></a><h3>glade_property_equals_value ()</h3>
304
 
<pre class="programlisting">gboolean            glade_property_equals_value         (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
305
 
                                                         const GValue *value);</pre>
 
304
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_equals_value         (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
305
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);</pre>
306
306
<p>
307
307
</p>
308
308
<div class="variablelist"><table border="0">
315
315
</tr>
316
316
<tr>
317
317
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
318
 
<td> a <span class="type">GValue</span>
 
318
<td> a <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK>
319
319
</td>
320
320
</tr>
321
321
<tr>
329
329
<hr>
330
330
<div class="refsect2" lang="en">
331
331
<a name="glade-property-equals"></a><h3>glade_property_equals ()</h3>
332
 
<pre class="programlisting">gboolean            glade_property_equals               (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
332
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_equals               (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
333
333
                                                         ...);</pre>
334
334
<p>
335
335
</p>
357
357
<hr>
358
358
<div class="refsect2" lang="en">
359
359
<a name="glade-property-set-value"></a><h3>glade_property_set_value ()</h3>
360
 
<pre class="programlisting">gboolean            glade_property_set_value            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
361
 
                                                         const GValue *value);</pre>
 
360
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_set_value            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
361
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);</pre>
362
362
<p>
363
363
Sets the property's value</p>
364
364
<div class="variablelist"><table border="0">
371
371
</tr>
372
372
<tr>
373
373
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
374
 
<td> a <span class="type">GValue</span>
 
374
<td> a <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK>
 
375
</td>
 
376
</tr>
 
377
<tr>
 
378
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
379
<td> Whether the property was successfully set.
375
380
</td>
376
381
</tr>
377
382
</tbody>
380
385
<hr>
381
386
<div class="refsect2" lang="en">
382
387
<a name="glade-property-set-va-list"></a><h3>glade_property_set_va_list ()</h3>
383
 
<pre class="programlisting">gboolean            glade_property_set_va_list          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
384
 
                                                         va_list vl);</pre>
 
388
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_set_va_list          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
389
                                                         <GTKDOCLINK HREF="va-list">va_list</GTKDOCLINK> vl);</pre>
385
390
<p>
386
391
Sets the property's value</p>
387
392
<div class="variablelist"><table border="0">
403
408
<hr>
404
409
<div class="refsect2" lang="en">
405
410
<a name="glade-property-set"></a><h3>glade_property_set ()</h3>
406
 
<pre class="programlisting">gboolean            glade_property_set                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
411
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_set                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
407
412
                                                         ...);</pre>
408
413
<p>
409
414
Sets the property's value (in a convenient way)</p>
426
431
<hr>
427
432
<div class="refsect2" lang="en">
428
433
<a name="glade-property-get-value"></a><h3>glade_property_get_value ()</h3>
429
 
<pre class="programlisting">void                glade_property_get_value            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
430
 
                                                         GValue *value);</pre>
 
434
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_get_value            (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
435
                                                         <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);</pre>
431
436
<p>
432
437
Retrieve the property value</p>
433
438
<div class="variablelist"><table border="0">
440
445
</tr>
441
446
<tr>
442
447
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
443
 
<td> a <span class="type">GValue</span>
 
448
<td> a <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK>
444
449
</td>
445
450
</tr>
446
451
</tbody>
449
454
<hr>
450
455
<div class="refsect2" lang="en">
451
456
<a name="glade-property-get-default"></a><h3>glade_property_get_default ()</h3>
452
 
<pre class="programlisting">void                glade_property_get_default          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
453
 
                                                         GValue *value);</pre>
 
457
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_get_default          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
458
                                                         <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);</pre>
454
459
<p>
455
460
Retrieve the default property value</p>
456
461
<div class="variablelist"><table border="0">
463
468
</tr>
464
469
<tr>
465
470
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
466
 
<td> a <span class="type">GValue</span>
 
471
<td> a <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK>
467
472
</td>
468
473
</tr>
469
474
</tbody>
472
477
<hr>
473
478
<div class="refsect2" lang="en">
474
479
<a name="glade-property-get-va-list"></a><h3>glade_property_get_va_list ()</h3>
475
 
<pre class="programlisting">void                glade_property_get_va_list          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
476
 
                                                         va_list vl);</pre>
 
480
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_get_va_list          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
481
                                                         <GTKDOCLINK HREF="va-list">va_list</GTKDOCLINK> vl);</pre>
477
482
<p>
478
483
Retrieve the property value</p>
479
484
<div class="variablelist"><table border="0">
495
500
<hr>
496
501
<div class="refsect2" lang="en">
497
502
<a name="glade-property-get"></a><h3>glade_property_get ()</h3>
498
 
<pre class="programlisting">void                glade_property_get                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
503
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_get                  (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
499
504
                                                         ...);</pre>
500
505
<p>
501
506
Retrieve the property value</p>
518
523
<hr>
519
524
<div class="refsect2" lang="en">
520
525
<a name="glade-property-add-object"></a><h3>glade_property_add_object ()</h3>
521
 
<pre class="programlisting">void                glade_property_add_object           (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
522
 
                                                         GObject *object);</pre>
 
526
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_add_object           (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
527
                                                         <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK> *object);</pre>
523
528
<p>
524
529
Adds <em class="parameter"><code>object</code></em> to the object list in <em class="parameter"><code>property</code></em>.
525
530
</p>
526
531
<p>
527
 
Note: This function expects <em class="parameter"><code>property</code></em> to be a <span class="type">GladeParamSpecObjects</span>
528
 
or <span class="type">GParamSpecObject</span> type property.</p>
 
532
Note: This function expects <em class="parameter"><code>property</code></em> to be a <GTKDOCLINK HREF="GladeParamSpecObjects"><span class="type">GladeParamSpecObjects</span></GTKDOCLINK>
 
533
or <GTKDOCLINK HREF="GParamSpecObject"><span class="type">GParamSpecObject</span></GTKDOCLINK> type property.</p>
529
534
<div class="variablelist"><table border="0">
530
535
<col align="left" valign="top">
531
536
<tbody>
536
541
</tr>
537
542
<tr>
538
543
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
539
 
<td> The <span class="type">GObject</span> to add
 
544
<td> The <GTKDOCLINK HREF="GObject"><span class="type">GObject</span></GTKDOCLINK> to add
540
545
</td>
541
546
</tr>
542
547
</tbody>
545
550
<hr>
546
551
<div class="refsect2" lang="en">
547
552
<a name="glade-property-remove-object"></a><h3>glade_property_remove_object ()</h3>
548
 
<pre class="programlisting">void                glade_property_remove_object        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
549
 
                                                         GObject *object);</pre>
 
553
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_remove_object        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
554
                                                         <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK> *object);</pre>
550
555
<p>
551
556
Removes <em class="parameter"><code>object</code></em> from the object list in <em class="parameter"><code>property</code></em>.
552
557
</p>
553
558
<p>
554
 
Note: This function expects <em class="parameter"><code>property</code></em> to be a <span class="type">GladeParamSpecObjects</span>
555
 
or <span class="type">GParamSpecObject</span> type property.</p>
 
559
Note: This function expects <em class="parameter"><code>property</code></em> to be a <GTKDOCLINK HREF="GladeParamSpecObjects"><span class="type">GladeParamSpecObjects</span></GTKDOCLINK>
 
560
or <GTKDOCLINK HREF="GParamSpecObject"><span class="type">GParamSpecObject</span></GTKDOCLINK> type property.</p>
556
561
<div class="variablelist"><table border="0">
557
562
<col align="left" valign="top">
558
563
<tbody>
563
568
</tr>
564
569
<tr>
565
570
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
566
 
<td> The <span class="type">GObject</span> to add
 
571
<td> The <GTKDOCLINK HREF="GObject"><span class="type">GObject</span></GTKDOCLINK> to add
567
572
</td>
568
573
</tr>
569
574
</tbody>
572
577
<hr>
573
578
<div class="refsect2" lang="en">
574
579
<a name="glade-property-sync"></a><h3>glade_property_sync ()</h3>
575
 
<pre class="programlisting">void                glade_property_sync                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
580
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_sync                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
576
581
<p>
577
582
Synchronize the object with this property</p>
578
583
<div class="variablelist"><table border="0">
587
592
<hr>
588
593
<div class="refsect2" lang="en">
589
594
<a name="glade-property-load"></a><h3>glade_property_load ()</h3>
590
 
<pre class="programlisting">void                glade_property_load                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
595
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_load                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
591
596
<p>
592
597
Loads the value of <em class="parameter"><code>property</code></em> from the coresponding object instance</p>
593
598
<div class="variablelist"><table border="0">
602
607
<hr>
603
608
<div class="refsect2" lang="en">
604
609
<a name="glade-property-read"></a><h3>glade_property_read ()</h3>
605
 
<pre class="programlisting">void                glade_property_read                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
610
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_read                 (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
606
611
                                                         <a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project,
607
 
                                                         GladeXmlNode *node);</pre>
 
612
                                                         <GTKDOCLINK HREF="GladeXmlNode">GladeXmlNode</GTKDOCLINK> *node);</pre>
608
613
<p>
609
614
Read the value and any attributes for <em class="parameter"><code>property</code></em> from <em class="parameter"><code>node</code></em>, assumes
610
615
<em class="parameter"><code>property</code></em> is being loaded for <em class="parameter"><code>project</code></em>
617
622
<tbody>
618
623
<tr>
619
624
<td><p><span class="term"><em class="parameter"><code>property</code></em> :</span></p></td>
620
 
<td> a <a class="link" href="gladeui-glade-property.html#GladeProperty"><span class="type">GladeProperty</span></a> or <span class="type">NULL</span>
 
625
<td> a <a class="link" href="gladeui-glade-property.html#GladeProperty"><span class="type">GladeProperty</span></a> or <GTKDOCLINK HREF="NULL:CAPS"><span class="type">NULL</span></GTKDOCLINK>
621
626
</td>
622
627
</tr>
623
628
<tr>
627
632
</tr>
628
633
<tr>
629
634
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
630
 
<td> the <span class="type">GladeXmlNode</span> to read, will either be a 'widget'
 
635
<td> the <GTKDOCLINK HREF="GladeXmlNode"><span class="type">GladeXmlNode</span></GTKDOCLINK> to read, will either be a 'widget'
631
636
       node or a 'child' node for packing properties.
632
637
</td>
633
638
</tr>
637
642
<hr>
638
643
<div class="refsect2" lang="en">
639
644
<a name="glade-property-write"></a><h3>glade_property_write ()</h3>
640
 
<pre class="programlisting">void                glade_property_write                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
641
 
                                                         GladeXmlContext *context,
642
 
                                                         GladeXmlNode *node);</pre>
 
645
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_write                (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
646
                                                         <GTKDOCLINK HREF="GladeXmlContext">GladeXmlContext</GTKDOCLINK> *context,
 
647
                                                         <GTKDOCLINK HREF="GladeXmlNode">GladeXmlNode</GTKDOCLINK> *node);</pre>
643
648
<p>
644
649
Write <em class="parameter"><code>property</code></em> to <em class="parameter"><code>node</code></em></p>
645
650
<div class="variablelist"><table border="0">
652
657
</tr>
653
658
<tr>
654
659
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
655
 
<td> A <span class="type">GladeXmlContext</span>
 
660
<td> A <GTKDOCLINK HREF="GladeXmlContext"><span class="type">GladeXmlContext</span></GTKDOCLINK>
656
661
</td>
657
662
</tr>
658
663
<tr>
659
664
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
660
 
<td> A <span class="type">GladeXmlNode</span>
 
665
<td> A <GTKDOCLINK HREF="GladeXmlNode"><span class="type">GladeXmlNode</span></GTKDOCLINK>
661
666
</td>
662
667
</tr>
663
668
</tbody>
666
671
<hr>
667
672
<div class="refsect2" lang="en">
668
673
<a name="glade-property-set-sensitive"></a><h3>glade_property_set_sensitive ()</h3>
669
 
<pre class="programlisting">void                glade_property_set_sensitive        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
670
 
                                                         gboolean sensitive,
671
 
                                                         const gchar *reason);</pre>
 
674
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_set_sensitive        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
675
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> sensitive,
 
676
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *reason);</pre>
672
677
</div>
673
678
<hr>
674
679
<div class="refsect2" lang="en">
675
680
<a name="glade-property-get-sensitive"></a><h3>glade_property_get_sensitive ()</h3>
676
 
<pre class="programlisting">gboolean            glade_property_get_sensitive        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
681
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_get_sensitive        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
677
682
</div>
678
683
<hr>
679
684
<div class="refsect2" lang="en">
680
685
<a name="glade-property-set-save-always"></a><h3>glade_property_set_save_always ()</h3>
681
 
<pre class="programlisting">void                glade_property_set_save_always      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
682
 
                                                         gboolean setting);</pre>
 
686
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_set_save_always      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
687
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> setting);</pre>
683
688
<p>
684
689
Sets whether this property should be special cased
685
690
to always be saved regardless of its default value.
705
710
<hr>
706
711
<div class="refsect2" lang="en">
707
712
<a name="glade-property-get-save-always"></a><h3>glade_property_get_save_always ()</h3>
708
 
<pre class="programlisting">gboolean            glade_property_get_save_always      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
713
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_get_save_always      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
709
714
<p>
710
715
</p>
711
716
<div class="variablelist"><table border="0">
728
733
<hr>
729
734
<div class="refsect2" lang="en">
730
735
<a name="glade-property-set-enabled"></a><h3>glade_property_set_enabled ()</h3>
731
 
<pre class="programlisting">void                glade_property_set_enabled          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
732
 
                                                         gboolean enabled);</pre>
 
736
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_set_enabled          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
737
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> enabled);</pre>
733
738
</div>
734
739
<hr>
735
740
<div class="refsect2" lang="en">
736
741
<a name="glade-property-get-enabled"></a><h3>glade_property_get_enabled ()</h3>
737
 
<pre class="programlisting">gboolean            glade_property_get_enabled          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
742
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_get_enabled          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
738
743
</div>
739
744
<hr>
740
745
<div class="refsect2" lang="en">
741
746
<a name="glade-property-i18n-set-comment"></a><h3>glade_property_i18n_set_comment ()</h3>
742
 
<pre class="programlisting">void                glade_property_i18n_set_comment     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
743
 
                                                         const gchar *str);</pre>
 
747
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_i18n_set_comment     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
748
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *str);</pre>
744
749
</div>
745
750
<hr>
746
751
<div class="refsect2" lang="en">
747
752
<a name="glade-property-i18n-get-comment"></a><h3>glade_property_i18n_get_comment ()</h3>
748
 
<pre class="programlisting">const gchar *       glade_property_i18n_get_comment     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
753
<pre class="programlisting">const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *       glade_property_i18n_get_comment     (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
749
754
</div>
750
755
<hr>
751
756
<div class="refsect2" lang="en">
752
757
<a name="glade-property-i18n-set-translatable"></a><h3>glade_property_i18n_set_translatable ()</h3>
753
 
<pre class="programlisting">void                glade_property_i18n_set_translatable
 
758
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_i18n_set_translatable
754
759
                                                        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
755
 
                                                         gboolean translatable);</pre>
 
760
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> translatable);</pre>
756
761
</div>
757
762
<hr>
758
763
<div class="refsect2" lang="en">
759
764
<a name="glade-property-i18n-get-translatable"></a><h3>glade_property_i18n_get_translatable ()</h3>
760
 
<pre class="programlisting">gboolean            glade_property_i18n_get_translatable
 
765
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_i18n_get_translatable
761
766
                                                        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
762
767
</div>
763
768
<hr>
764
769
<div class="refsect2" lang="en">
765
770
<a name="glade-property-i18n-set-has-context"></a><h3>glade_property_i18n_set_has_context ()</h3>
766
 
<pre class="programlisting">void                glade_property_i18n_set_has_context (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
767
 
                                                         gboolean has_context);</pre>
 
771
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_i18n_set_has_context (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
772
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> has_context);</pre>
768
773
</div>
769
774
<hr>
770
775
<div class="refsect2" lang="en">
771
776
<a name="glade-property-i18n-get-has-context"></a><h3>glade_property_i18n_get_has_context ()</h3>
772
 
<pre class="programlisting">gboolean            glade_property_i18n_get_has_context (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
 
777
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_i18n_get_has_context (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property);</pre>
773
778
</div>
774
779
<hr>
775
780
<div class="refsect2" lang="en">
776
781
<a name="glade-property-push-superuser"></a><h3>glade_property_push_superuser ()</h3>
777
 
<pre class="programlisting">void                glade_property_push_superuser       (void);</pre>
 
782
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_push_superuser       (void);</pre>
778
783
</div>
779
784
<hr>
780
785
<div class="refsect2" lang="en">
781
786
<a name="glade-property-pop-superuser"></a><h3>glade_property_pop_superuser ()</h3>
782
 
<pre class="programlisting">void                glade_property_pop_superuser        (void);</pre>
 
787
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_property_pop_superuser        (void);</pre>
783
788
</div>
784
789
<hr>
785
790
<div class="refsect2" lang="en">
786
791
<a name="glade-property-superuser"></a><h3>glade_property_superuser ()</h3>
787
 
<pre class="programlisting">gboolean            glade_property_superuser            (void);</pre>
 
792
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_property_superuser            (void);</pre>
788
793
</div>
789
794
</div>
790
795
<div class="refsect1" lang="en">
791
796
<a name="gladeui-glade-property.property-details"></a><h2>Property Details</h2>
792
797
<div class="refsect2" lang="en">
793
798
<a name="GladeProperty--class"></a><h3>The <code class="literal">"class"</code> property</h3>
794
 
<pre class="programlisting">  "class"                    gpointer              : Read / Write / Construct Only</pre>
 
799
<pre class="programlisting">  "class"                    <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>              : Read / Write / Construct Only</pre>
795
800
<p>The GladePropertyClass for this property.</p>
796
801
</div>
797
802
<hr>
798
803
<div class="refsect2" lang="en">
799
804
<a name="GladeProperty--enabled"></a><h3>The <code class="literal">"enabled"</code> property</h3>
800
 
<pre class="programlisting">  "enabled"                  gboolean              : Read / Write</pre>
 
805
<pre class="programlisting">  "enabled"                  <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write</pre>
801
806
<p>If the property is optional, this is its enabled state.</p>
802
807
<p>Default value: TRUE</p>
803
808
</div>
804
809
<hr>
805
810
<div class="refsect2" lang="en">
806
811
<a name="GladeProperty--i18n-comment"></a><h3>The <code class="literal">"i18n-comment"</code> property</h3>
807
 
<pre class="programlisting">  "i18n-comment"             gchar*                : Read / Write</pre>
 
812
<pre class="programlisting">  "i18n-comment"             <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write</pre>
808
813
<p>Comment for translators.</p>
809
814
<p>Default value: NULL</p>
810
815
</div>
811
816
<hr>
812
817
<div class="refsect2" lang="en">
813
818
<a name="GladeProperty--i18n-context"></a><h3>The <code class="literal">"i18n-context"</code> property</h3>
814
 
<pre class="programlisting">  "i18n-context"             gchar*                : Read / Write</pre>
 
819
<pre class="programlisting">  "i18n-context"             <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write</pre>
815
820
<p>Context for translation.</p>
816
821
<p>Default value: NULL</p>
817
822
</div>
818
823
<hr>
819
824
<div class="refsect2" lang="en">
820
825
<a name="GladeProperty--i18n-has-context"></a><h3>The <code class="literal">"i18n-has-context"</code> property</h3>
821
 
<pre class="programlisting">  "i18n-has-context"         gboolean              : Read / Write</pre>
 
826
<pre class="programlisting">  "i18n-has-context"         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write</pre>
822
827
<p>Whether or not the translatable string has a context prefix.</p>
823
828
<p>Default value: FALSE</p>
824
829
</div>
825
830
<hr>
826
831
<div class="refsect2" lang="en">
827
832
<a name="GladeProperty--i18n-translatable"></a><h3>The <code class="literal">"i18n-translatable"</code> property</h3>
828
 
<pre class="programlisting">  "i18n-translatable"        gboolean              : Read / Write</pre>
 
833
<pre class="programlisting">  "i18n-translatable"        <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write</pre>
829
834
<p>Whether this property is translatable or not.</p>
830
835
<p>Default value: TRUE</p>
831
836
</div>
832
837
<hr>
833
838
<div class="refsect2" lang="en">
834
839
<a name="GladeProperty--sensitive"></a><h3>The <code class="literal">"sensitive"</code> property</h3>
835
 
<pre class="programlisting">  "sensitive"                gboolean              : Read / Write</pre>
 
840
<pre class="programlisting">  "sensitive"                <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write</pre>
836
841
<p>This gives backends control to set property sensitivity.</p>
837
842
<p>Default value: TRUE</p>
838
843
</div>
839
844
<hr>
840
845
<div class="refsect2" lang="en">
841
846
<a name="GladeProperty--state"></a><h3>The <code class="literal">"state"</code> property</h3>
842
 
<pre class="programlisting">  "state"                    gint                  : Read</pre>
 
847
<pre class="programlisting">  "state"                    <GTKDOCLINK HREF="gint">gint</GTKDOCLINK>                  : Read</pre>
843
848
<p>Priority information for the property editor to act on.</p>
844
849
<p>Allowed values: &gt;= 0</p>
845
850
<p>Default value: 0</p>
849
854
<a name="gladeui-glade-property.signal-details"></a><h2>Signal Details</h2>
850
855
<div class="refsect2" lang="en">
851
856
<a name="GladeProperty-tooltip-changed"></a><h3>The <code class="literal">"tooltip-changed"</code> signal</h3>
852
 
<pre class="programlisting">void                user_function                      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *gladeproperty,
853
 
                                                        gchar         *arg1,
854
 
                                                        gchar         *arg2,
855
 
                                                        gchar         *arg3,
856
 
                                                        gpointer       user_data)          : Run Last</pre>
 
857
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                user_function                      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *gladeproperty,
 
858
                                                        <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>         *arg1,
 
859
                                                        <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>         *arg2,
 
860
                                                        <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>         *arg3,
 
861
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>       user_data)          : Run Last</pre>
857
862
</div>
858
863
<hr>
859
864
<div class="refsect2" lang="en">
860
865
<a name="GladeProperty-value-changed"></a><h3>The <code class="literal">"value-changed"</code> signal</h3>
861
 
<pre class="programlisting">void                user_function                      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *gladeproperty,
862
 
                                                        gpointer       arg1,
863
 
                                                        gpointer       arg2,
864
 
                                                        gpointer       user_data)          : Run Last</pre>
 
866
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                user_function                      (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *gladeproperty,
 
867
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>       arg1,
 
868
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>       arg2,
 
869
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>       user_data)          : Run Last</pre>
865
870
</div>
866
871
</div>
867
872
</div>