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

« back to all changes in this revision

Viewing changes to doc/html/GladeCommand.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:
47
47
<pre class="synopsis">
48
48
                    <a class="link" href="GladeCommand.html#GCSetPropData" title="GCSetPropData">GCSetPropData</a>;
49
49
                    <a class="link" href="GladeCommand.html#GladeCommand-struct" title="GladeCommand">GladeCommand</a>;
50
 
void                <a class="link" href="GladeCommand.html#glade-command-push-group" title="glade_command_push_group ()">glade_command_push_group</a>            (const gchar *fmt,
51
 
                                                         ...);
52
 
void                <a class="link" href="GladeCommand.html#glade-command-pop-group" title="glade_command_pop_group ()">glade_command_pop_group</a>             (void);
53
 
gboolean            <a class="link" href="GladeCommand.html#glade-command-execute" title="glade_command_execute ()">glade_command_execute</a>               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);
54
 
gboolean            <a class="link" href="GladeCommand.html#glade-command-undo" title="glade_command_undo ()">glade_command_undo</a>                  (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);
55
 
gboolean            <a class="link" href="GladeCommand.html#glade-command-unifies" title="glade_command_unifies ()">glade_command_unifies</a>               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
56
 
                                                         <a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *other);
57
 
void                <a class="link" href="GladeCommand.html#glade-command-collapse" title="glade_command_collapse ()">glade_command_collapse</a>              (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
58
 
                                                         <a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *other);
59
 
void                <a class="link" href="GladeCommand.html#glade-command-set-property" title="glade_command_set_property ()">glade_command_set_property</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
60
 
                                                         ...);
61
 
void                <a class="link" href="GladeCommand.html#glade-command-set-property-value" title="glade_command_set_property_value ()">glade_command_set_property_value</a>    (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
62
 
                                                         const GValue *value);
63
 
void                <a class="link" href="GladeCommand.html#glade-command-set-properties" title="glade_command_set_properties ()">glade_command_set_properties</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
64
 
                                                         const GValue *old_value,
65
 
                                                         const GValue *new_value,
66
 
                                                         ...);
67
 
void                <a class="link" href="GladeCommand.html#glade-command-set-properties-list" title="glade_command_set_properties_list ()">glade_command_set_properties_list</a>   (<a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project,
68
 
                                                         GList *props);
69
 
void                <a class="link" href="GladeCommand.html#glade-command-set-name" title="glade_command_set_name ()">glade_command_set_name</a>              (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
70
 
                                                         const gchar *name);
71
 
void                <a class="link" href="GladeCommand.html#glade-command-delete" title="glade_command_delete ()">glade_command_delete</a>                (GList *widgets);
 
50
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-push-group" title="glade_command_push_group ()">glade_command_push_group</a>            (const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *fmt,
 
51
                                                         ...);
 
52
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-pop-group" title="glade_command_pop_group ()">glade_command_pop_group</a>             (void);
 
53
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="GladeCommand.html#glade-command-execute" title="glade_command_execute ()">glade_command_execute</a>               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);
 
54
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="GladeCommand.html#glade-command-undo" title="glade_command_undo ()">glade_command_undo</a>                  (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);
 
55
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="GladeCommand.html#glade-command-unifies" title="glade_command_unifies ()">glade_command_unifies</a>               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
 
56
                                                         <a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *other);
 
57
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-collapse" title="glade_command_collapse ()">glade_command_collapse</a>              (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
 
58
                                                         <a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *other);
 
59
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-set-property" title="glade_command_set_property ()">glade_command_set_property</a>          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
60
                                                         ...);
 
61
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-set-property-value" title="glade_command_set_property_value ()">glade_command_set_property_value</a>    (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
62
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);
 
63
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-set-properties" title="glade_command_set_properties ()">glade_command_set_properties</a>        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
64
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *old_value,
 
65
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *new_value,
 
66
                                                         ...);
 
67
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-set-properties-list" title="glade_command_set_properties_list ()">glade_command_set_properties_list</a>   (<a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project,
 
68
                                                         <GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *props);
 
69
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-set-name" title="glade_command_set_name ()">glade_command_set_name</a>              (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
70
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *name);
 
71
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-delete" title="glade_command_delete ()">glade_command_delete</a>                (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets);
72
72
<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *       <a class="link" href="GladeCommand.html#glade-command-create" title="glade_command_create ()">glade_command_create</a>                (<a class="link" href="gladeui-GladeWidgetAdaptor.html#GladeWidgetAdaptor" title="GladeWidgetAdaptor">GladeWidgetAdaptor</a> *adaptor,
73
73
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
74
74
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder,
75
75
                                                         <a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project);
76
 
void                <a class="link" href="GladeCommand.html#glade-command-cut" title="glade_command_cut ()">glade_command_cut</a>                   (GList *widgets);
77
 
void                <a class="link" href="GladeCommand.html#glade-command-copy" title="glade_command_copy ()">glade_command_copy</a>                  (GList *widgets);
78
 
void                <a class="link" href="GladeCommand.html#glade-command-paste" title="glade_command_paste ()">glade_command_paste</a>                 (GList *widgets,
79
 
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
80
 
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder);
81
 
void                <a class="link" href="GladeCommand.html#glade-command-dnd" title="glade_command_dnd ()">glade_command_dnd</a>                   (GList *widgets,
82
 
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
83
 
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder);
84
 
void                <a class="link" href="GladeCommand.html#glade-command-add-signal" title="glade_command_add_signal ()">glade_command_add_signal</a>            (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
85
 
                                                         const GladeSignal *signal);
86
 
void                <a class="link" href="GladeCommand.html#glade-command-remove-signal" title="glade_command_remove_signal ()">glade_command_remove_signal</a>         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
87
 
                                                         const GladeSignal *signal);
88
 
void                <a class="link" href="GladeCommand.html#glade-command-change-signal" title="glade_command_change_signal ()">glade_command_change_signal</a>         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
89
 
                                                         const GladeSignal *old_signal,
90
 
                                                         const GladeSignal *new_signal);
91
 
void                <a class="link" href="GladeCommand.html#glade-command-set-i18n" title="glade_command_set_i18n ()">glade_command_set_i18n</a>              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
92
 
                                                         gboolean translatable,
93
 
                                                         gboolean has_context,
94
 
                                                         const gchar *context,
95
 
                                                         const gchar *comment);
 
76
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-cut" title="glade_command_cut ()">glade_command_cut</a>                   (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets);
 
77
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-copy" title="glade_command_copy ()">glade_command_copy</a>                  (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets);
 
78
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-paste" title="glade_command_paste ()">glade_command_paste</a>                 (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets,
 
79
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
 
80
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder);
 
81
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-dnd" title="glade_command_dnd ()">glade_command_dnd</a>                   (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets,
 
82
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
 
83
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder);
 
84
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-add-signal" title="glade_command_add_signal ()">glade_command_add_signal</a>            (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
85
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *signal);
 
86
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-remove-signal" title="glade_command_remove_signal ()">glade_command_remove_signal</a>         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
87
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *signal);
 
88
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-change-signal" title="glade_command_change_signal ()">glade_command_change_signal</a>         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
89
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *old_signal,
 
90
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *new_signal);
 
91
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeCommand.html#glade-command-set-i18n" title="glade_command_set_i18n ()">glade_command_set_i18n</a>              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
92
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> translatable,
 
93
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> has_context,
 
94
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *context,
 
95
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *comment);
96
96
</pre>
97
97
</div>
98
98
<div class="refsect1" lang="en">
99
99
<a name="GladeCommand.object-hierarchy"></a><h2>Object Hierarchy</h2>
100
100
<pre class="synopsis">
101
 
  GObject
 
101
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
102
102
   +----GladeCommand
103
103
</pre>
104
104
</div>
119
119
} GCSetPropData;
120
120
</pre>
121
121
<p>
122
 
<span class="type">GladeProperties</span> can be set in a list as one command,
 
122
<GTKDOCLINK HREF="GladeProperties"><span class="type">GladeProperties</span></GTKDOCLINK> can be set in a list as one command,
123
123
for Undo purposes; we store the list of <a class="link" href="GladeCommand.html#GCSetPropData" title="GCSetPropData"><span class="type">GCSetPropData</span></a> with
124
 
their old and new <span class="type">GValue</span>.</p>
 
124
their old and new <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK>.</p>
125
125
<div class="variablelist"><table border="0">
126
126
<col align="left" valign="top">
127
127
<tbody>
131
131
</td>
132
132
</tr>
133
133
<tr>
134
 
<td><p><span class="term">GValue *<em class="structfield"><code>new_value</code></em>;</span></p></td>
135
 
<td> The new <span class="type">GValue</span> to assign to <em class="parameter"><code>property</code></em>
 
134
<td><p><span class="term"><GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *<em class="structfield"><code>new_value</code></em>;</span></p></td>
 
135
<td> The new <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK> to assign to <em class="parameter"><code>property</code></em>
136
136
</td>
137
137
</tr>
138
138
<tr>
139
 
<td><p><span class="term">GValue *<em class="structfield"><code>old_value</code></em>;</span></p></td>
140
 
<td> The old <span class="type">GValue</span> of <em class="parameter"><code>property</code></em>
 
139
<td><p><span class="term"><GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *<em class="structfield"><code>old_value</code></em>;</span></p></td>
 
140
<td> The old <GTKDOCLINK HREF="GValue"><span class="type">GValue</span></GTKDOCLINK> of <em class="parameter"><code>property</code></em>
141
141
</td>
142
142
</tr>
143
143
</tbody>
151
151
<hr>
152
152
<div class="refsect2" lang="en">
153
153
<a name="glade-command-push-group"></a><h3>glade_command_push_group ()</h3>
154
 
<pre class="programlisting">void                glade_command_push_group            (const gchar *fmt,
 
154
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_push_group            (const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *fmt,
155
155
                                                         ...);</pre>
156
156
<p>
157
157
Marks the begining of a group.</p>
176
176
<hr>
177
177
<div class="refsect2" lang="en">
178
178
<a name="glade-command-pop-group"></a><h3>glade_command_pop_group ()</h3>
179
 
<pre class="programlisting">void                glade_command_pop_group             (void);</pre>
 
179
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_pop_group             (void);</pre>
180
180
<p>
181
181
Mark the end of a command group.</p>
182
182
</div>
183
183
<hr>
184
184
<div class="refsect2" lang="en">
185
185
<a name="glade-command-execute"></a><h3>glade_command_execute ()</h3>
186
 
<pre class="programlisting">gboolean            glade_command_execute               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);</pre>
 
186
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_command_execute               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);</pre>
187
187
<p>
188
188
Executes <em class="parameter"><code>command</code></em></p>
189
189
<div class="variablelist"><table border="0">
205
205
<hr>
206
206
<div class="refsect2" lang="en">
207
207
<a name="glade-command-undo"></a><h3>glade_command_undo ()</h3>
208
 
<pre class="programlisting">gboolean            glade_command_undo                  (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);</pre>
 
208
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_command_undo                  (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command);</pre>
209
209
<p>
210
210
Undo the effects of <em class="parameter"><code>command</code></em></p>
211
211
<div class="variablelist"><table border="0">
227
227
<hr>
228
228
<div class="refsect2" lang="en">
229
229
<a name="glade-command-unifies"></a><h3>glade_command_unifies ()</h3>
230
 
<pre class="programlisting">gboolean            glade_command_unifies               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
 
230
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_command_unifies               (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
231
231
                                                         <a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *other);</pre>
232
232
<p>
233
233
Checks whether <em class="parameter"><code>command</code></em> and <em class="parameter"><code>other</code></em> can be unified
256
256
<hr>
257
257
<div class="refsect2" lang="en">
258
258
<a name="glade-command-collapse"></a><h3>glade_command_collapse ()</h3>
259
 
<pre class="programlisting">void                glade_command_collapse              (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
 
259
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_collapse              (<a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *command,
260
260
                                                         <a class="link" href="GladeCommand.html" title="GladeCommand">GladeCommand</a> *other);</pre>
261
261
<p>
262
262
Merges <em class="parameter"><code>other</code></em> into <em class="parameter"><code>command</code></em>, so that <em class="parameter"><code>command</code></em> now
280
280
<hr>
281
281
<div class="refsect2" lang="en">
282
282
<a name="glade-command-set-property"></a><h3>glade_command_set_property ()</h3>
283
 
<pre class="programlisting">void                glade_command_set_property          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
283
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_set_property          (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
284
284
                                                         ...);</pre>
285
285
</div>
286
286
<hr>
287
287
<div class="refsect2" lang="en">
288
288
<a name="glade-command-set-property-value"></a><h3>glade_command_set_property_value ()</h3>
289
 
<pre class="programlisting">void                glade_command_set_property_value    (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
290
 
                                                         const GValue *value);</pre>
 
289
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_set_property_value    (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
290
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *value);</pre>
291
291
</div>
292
292
<hr>
293
293
<div class="refsect2" lang="en">
294
294
<a name="glade-command-set-properties"></a><h3>glade_command_set_properties ()</h3>
295
 
<pre class="programlisting">void                glade_command_set_properties        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
296
 
                                                         const GValue *old_value,
297
 
                                                         const GValue *new_value,
 
295
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_set_properties        (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
296
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *old_value,
 
297
                                                         const <GTKDOCLINK HREF="GValue">GValue</GTKDOCLINK> *new_value,
298
298
                                                         ...);</pre>
299
299
</div>
300
300
<hr>
301
301
<div class="refsect2" lang="en">
302
302
<a name="glade-command-set-properties-list"></a><h3>glade_command_set_properties_list ()</h3>
303
 
<pre class="programlisting">void                glade_command_set_properties_list   (<a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project,
304
 
                                                         GList *props);</pre>
 
303
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_set_properties_list   (<a class="link" href="GladeProject.html" title="GladeProject">GladeProject</a> *project,
 
304
                                                         <GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *props);</pre>
305
305
</div>
306
306
<hr>
307
307
<div class="refsect2" lang="en">
308
308
<a name="glade-command-set-name"></a><h3>glade_command_set_name ()</h3>
309
 
<pre class="programlisting">void                glade_command_set_name              (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
310
 
                                                         const gchar *name);</pre>
 
309
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_set_name              (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
310
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *name);</pre>
311
311
</div>
312
312
<hr>
313
313
<div class="refsect2" lang="en">
314
314
<a name="glade-command-delete"></a><h3>glade_command_delete ()</h3>
315
 
<pre class="programlisting">void                glade_command_delete                (GList *widgets);</pre>
 
315
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_delete                (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets);</pre>
316
316
<p>
317
317
Performs a delete command on the list of widgets.</p>
318
318
<div class="variablelist"><table border="0">
319
319
<col align="left" valign="top">
320
320
<tbody><tr>
321
321
<td><p><span class="term"><em class="parameter"><code>widgets</code></em> :</span></p></td>
322
 
<td> a <span class="type">GList</span> of <span class="type">GladeWidgets</span>
 
322
<td> a <GTKDOCLINK HREF="GList"><span class="type">GList</span></GTKDOCLINK> of <GTKDOCLINK HREF="GladeWidgets"><span class="type">GladeWidgets</span></GTKDOCLINK>
323
323
</td>
324
324
</tr></tbody>
325
325
</table></div>
368
368
<hr>
369
369
<div class="refsect2" lang="en">
370
370
<a name="glade-command-cut"></a><h3>glade_command_cut ()</h3>
371
 
<pre class="programlisting">void                glade_command_cut                   (GList *widgets);</pre>
 
371
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_cut                   (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets);</pre>
372
372
<p>
373
373
Removes the list of widgets and adds them to the clipboard.</p>
374
374
<div class="variablelist"><table border="0">
375
375
<col align="left" valign="top">
376
376
<tbody><tr>
377
377
<td><p><span class="term"><em class="parameter"><code>widgets</code></em> :</span></p></td>
378
 
<td> a <span class="type">GList</span> of <span class="type">GladeWidgets</span>
 
378
<td> a <GTKDOCLINK HREF="GList"><span class="type">GList</span></GTKDOCLINK> of <GTKDOCLINK HREF="GladeWidgets"><span class="type">GladeWidgets</span></GTKDOCLINK>
379
379
</td>
380
380
</tr></tbody>
381
381
</table></div>
383
383
<hr>
384
384
<div class="refsect2" lang="en">
385
385
<a name="glade-command-copy"></a><h3>glade_command_copy ()</h3>
386
 
<pre class="programlisting">void                glade_command_copy                  (GList *widgets);</pre>
 
386
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_copy                  (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets);</pre>
387
387
<p>
388
388
Copies the list of widgets and adds them to the clipboard.</p>
389
389
<div class="variablelist"><table border="0">
390
390
<col align="left" valign="top">
391
391
<tbody><tr>
392
392
<td><p><span class="term"><em class="parameter"><code>widgets</code></em> :</span></p></td>
393
 
<td> a <span class="type">GList</span> of <span class="type">GladeWidgets</span>
 
393
<td> a <GTKDOCLINK HREF="GList"><span class="type">GList</span></GTKDOCLINK> of <GTKDOCLINK HREF="GladeWidgets"><span class="type">GladeWidgets</span></GTKDOCLINK>
394
394
</td>
395
395
</tr></tbody>
396
396
</table></div>
398
398
<hr>
399
399
<div class="refsect2" lang="en">
400
400
<a name="glade-command-paste"></a><h3>glade_command_paste ()</h3>
401
 
<pre class="programlisting">void                glade_command_paste                 (GList *widgets,
 
401
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_paste                 (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets,
402
402
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
403
403
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder);</pre>
404
404
<p>
410
410
<tbody>
411
411
<tr>
412
412
<td><p><span class="term"><em class="parameter"><code>widgets</code></em> :</span></p></td>
413
 
<td> a <span class="type">GList</span> of <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a>
 
413
<td> a <GTKDOCLINK HREF="GList"><span class="type">GList</span></GTKDOCLINK> of <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a>
414
414
</td>
415
415
</tr>
416
416
<tr>
429
429
<hr>
430
430
<div class="refsect2" lang="en">
431
431
<a name="glade-command-dnd"></a><h3>glade_command_dnd ()</h3>
432
 
<pre class="programlisting">void                glade_command_dnd                   (GList *widgets,
 
432
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_dnd                   (<GTKDOCLINK HREF="GList">GList</GTKDOCLINK> *widgets,
433
433
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *parent,
434
434
                                                         <a class="link" href="GladePlaceholder.html" title="GladePlaceholder">GladePlaceholder</a> *placeholder);</pre>
435
435
<p>
441
441
<tbody>
442
442
<tr>
443
443
<td><p><span class="term"><em class="parameter"><code>widgets</code></em> :</span></p></td>
444
 
<td> a <span class="type">GList</span> of <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a>
 
444
<td> a <GTKDOCLINK HREF="GList"><span class="type">GList</span></GTKDOCLINK> of <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a>
445
445
</td>
446
446
</tr>
447
447
<tr>
460
460
<hr>
461
461
<div class="refsect2" lang="en">
462
462
<a name="glade-command-add-signal"></a><h3>glade_command_add_signal ()</h3>
463
 
<pre class="programlisting">void                glade_command_add_signal            (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
464
 
                                                         const GladeSignal *signal);</pre>
 
463
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_add_signal            (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
464
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *signal);</pre>
465
465
<p>
466
466
TODO: write me</p>
467
467
<div class="variablelist"><table border="0">
474
474
</tr>
475
475
<tr>
476
476
<td><p><span class="term"><em class="parameter"><code>signal</code></em> :</span></p></td>
477
 
<td> a <span class="type">GladeSignal</span>
 
477
<td> a <GTKDOCLINK HREF="GladeSignal"><span class="type">GladeSignal</span></GTKDOCLINK>
478
478
</td>
479
479
</tr>
480
480
</tbody>
483
483
<hr>
484
484
<div class="refsect2" lang="en">
485
485
<a name="glade-command-remove-signal"></a><h3>glade_command_remove_signal ()</h3>
486
 
<pre class="programlisting">void                glade_command_remove_signal         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
487
 
                                                         const GladeSignal *signal);</pre>
 
486
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_remove_signal         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
487
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *signal);</pre>
488
488
<p>
489
489
TODO: write me</p>
490
490
<div class="variablelist"><table border="0">
497
497
</tr>
498
498
<tr>
499
499
<td><p><span class="term"><em class="parameter"><code>signal</code></em> :</span></p></td>
500
 
<td> a <span class="type">GladeSignal</span>
 
500
<td> a <GTKDOCLINK HREF="GladeSignal"><span class="type">GladeSignal</span></GTKDOCLINK>
501
501
</td>
502
502
</tr>
503
503
</tbody>
506
506
<hr>
507
507
<div class="refsect2" lang="en">
508
508
<a name="glade-command-change-signal"></a><h3>glade_command_change_signal ()</h3>
509
 
<pre class="programlisting">void                glade_command_change_signal         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
510
 
                                                         const GladeSignal *old_signal,
511
 
                                                         const GladeSignal *new_signal);</pre>
 
509
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_change_signal         (<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *glade_widget,
 
510
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *old_signal,
 
511
                                                         const <GTKDOCLINK HREF="GladeSignal">GladeSignal</GTKDOCLINK> *new_signal);</pre>
512
512
<p>
513
513
TODO: write me</p>
514
514
<div class="variablelist"><table border="0">
521
521
</tr>
522
522
<tr>
523
523
<td><p><span class="term"><em class="parameter"><code>old_signal</code></em> :</span></p></td>
524
 
<td> a <span class="type">GladeSignal</span>
 
524
<td> a <GTKDOCLINK HREF="GladeSignal"><span class="type">GladeSignal</span></GTKDOCLINK>
525
525
</td>
526
526
</tr>
527
527
<tr>
528
528
<td><p><span class="term"><em class="parameter"><code>new_signal</code></em> :</span></p></td>
529
 
<td> a <span class="type">GladeSignal</span>
 
529
<td> a <GTKDOCLINK HREF="GladeSignal"><span class="type">GladeSignal</span></GTKDOCLINK>
530
530
</td>
531
531
</tr>
532
532
</tbody>
535
535
<hr>
536
536
<div class="refsect2" lang="en">
537
537
<a name="glade-command-set-i18n"></a><h3>glade_command_set_i18n ()</h3>
538
 
<pre class="programlisting">void                glade_command_set_i18n              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
539
 
                                                         gboolean translatable,
540
 
                                                         gboolean has_context,
541
 
                                                         const gchar *context,
542
 
                                                         const gchar *comment);</pre>
 
538
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_command_set_i18n              (<a class="link" href="gladeui-glade-property.html#GladeProperty">GladeProperty</a> *property,
 
539
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> translatable,
 
540
                                                         <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> has_context,
 
541
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *context,
 
542
                                                         const <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK> *comment);</pre>
543
543
<p>
544
544
Sets the i18n data on the property.</p>
545
545
<div class="variablelist"><table border="0">
552
552
</tr>
553
553
<tr>
554
554
<td><p><span class="term"><em class="parameter"><code>translatable</code></em> :</span></p></td>
555
 
<td> a <span class="type">gboolean</span>
 
555
<td> a <GTKDOCLINK HREF="gboolean"><span class="type">gboolean</span></GTKDOCLINK>
556
556
</td>
557
557
</tr>
558
558
<tr>
559
559
<td><p><span class="term"><em class="parameter"><code>has_context</code></em> :</span></p></td>
560
 
<td> a <span class="type">gboolean</span>
 
560
<td> a <GTKDOCLINK HREF="gboolean"><span class="type">gboolean</span></GTKDOCLINK>
561
561
</td>
562
562
</tr>
563
563
<tr>
564
564
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
565
 
<td> a <span class="type">const</span> gchar *
 
565
<td> a <GTKDOCLINK HREF="const"><span class="type">const</span></GTKDOCLINK> gchar *
566
566
</td>
567
567
</tr>
568
568
<tr>
569
569
<td><p><span class="term"><em class="parameter"><code>comment</code></em> :</span></p></td>
570
 
<td> a <span class="type">const</span> gchar *
 
570
<td> a <GTKDOCLINK HREF="const"><span class="type">const</span></GTKDOCLINK> gchar *
571
571
</td>
572
572
</tr>
573
573
</tbody>