~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090831102410-5ne3s5jnk79y3hs5
Tags: upstream-2.6.7
Import upstream version 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpDialog</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">
10
10
<link rel="next" href="GimpEnumStore.html" title="GimpEnumStore">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
34
34
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
35
35
<td><a accesskey="n" href="GimpEnumStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GimpDialog.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpDialog.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpDialog.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpDialog.properties" class="shortcut">Properties</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpDialog.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpDialog.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpDialog.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpDialog.properties" class="shortcut">Properties</a>
 
47
</td></tr>
46
48
</table>
47
 
<div class="refentry" lang="en">
 
49
<div class="refentry" title="GimpDialog">
48
50
<a name="GimpDialog"></a><div class="titlepage"></div>
49
51
<div class="refnamediv"><table width="100%"><tr>
50
52
<td valign="top">
51
53
<h2><span class="refentrytitle"><a name="GimpDialog.top_of_page"></a>GimpDialog</span></h2>
52
54
<p>GimpDialog — Constructors for <a
53
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
55
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
54
56
><span class="type">GtkDialog</span></a>'s and action_areas as well as other
55
57
dialog-related stuff.</p>
56
58
</td>
57
59
<td valign="top" align="right"><img src="gimp-dialog.png"></td>
58
60
</tr></table></div>
59
 
<div class="refsynopsisdiv">
 
61
<div class="refsynopsisdiv" title="Synopsis">
60
62
<a name="GimpDialog.synopsis"></a><h2>Synopsis</h2>
61
63
<pre class="synopsis">
62
64
                    <a class="link" href="GimpDialog.html#GimpDialog-struct" title="GimpDialog">GimpDialog</a>;
63
65
<a
64
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
65
 
>GtkWidget</a>*          <a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()">gimp_dialog_new</a>                     (const <a
 
66
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
67
>GtkWidget</a> *         <a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()">gimp_dialog_new</a>                     (const <a
66
68
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
67
69
>gchar</a> *title,
68
70
                                                         const <a
69
71
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
70
72
>gchar</a> *role,
71
73
                                                         <a
72
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
74
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
73
75
>GtkWidget</a> *parent,
74
76
                                                         <a
75
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
 
77
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#GtkDialogFlags"
76
78
>GtkDialogFlags</a> flags,
77
79
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
78
80
                                                         const <a
80
82
>gchar</a> *help_id,
81
83
                                                         ...);
82
84
<a
83
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
84
 
>GtkWidget</a>*          <a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()">gimp_dialog_new_valist</a>              (const <a
 
85
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
86
>GtkWidget</a> *         <a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()">gimp_dialog_new_valist</a>              (const <a
85
87
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
86
88
>gchar</a> *title,
87
89
                                                         const <a
88
90
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
89
91
>gchar</a> *role,
90
92
                                                         <a
91
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
93
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
92
94
>GtkWidget</a> *parent,
93
95
                                                         <a
94
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
 
96
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#GtkDialogFlags"
95
97
>GtkDialogFlags</a> flags,
96
98
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
97
99
                                                         const <a
99
101
>gchar</a> *help_id,
100
102
                                                         va_list args);
101
103
<a
102
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
103
 
>GtkWidget</a>*          <a class="link" href="GimpDialog.html#gimp-dialog-add-button" title="gimp_dialog_add_button ()">gimp_dialog_add_button</a>              (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
 
104
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
105
>GtkWidget</a> *         <a class="link" href="GimpDialog.html#gimp-dialog-add-button" title="gimp_dialog_add_button ()">gimp_dialog_add_button</a>              (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
104
106
                                                         const <a
105
107
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
106
108
>gchar</a> *button_text,
119
121
>gboolean</a> show);
120
122
</pre>
121
123
</div>
122
 
<div class="refsect1" lang="en">
 
124
<div class="refsect1" title="Object Hierarchy">
123
125
<a name="GimpDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
124
126
<pre class="synopsis">
125
127
  <a
129
131
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
130
132
>GInitiallyUnowned</a>
131
133
         +----<a
132
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
134
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
133
135
>GtkObject</a>
134
136
               +----<a
135
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
137
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
136
138
>GtkWidget</a>
137
139
                     +----<a
138
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
140
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
139
141
>GtkContainer</a>
140
142
                           +----<a
141
 
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
 
143
href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html"
142
144
>GtkBin</a>
143
145
                                 +----<a
144
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
 
146
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
145
147
>GtkWindow</a>
146
148
                                       +----<a
147
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
149
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
148
150
>GtkDialog</a>
149
151
                                             +----GimpDialog
150
152
</pre>
151
153
</div>
152
 
<div class="refsect1" lang="en">
 
154
<div class="refsect1" title="Implemented Interfaces">
153
155
<a name="GimpDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
154
156
<p>
155
157
GimpDialog implements
156
 
 AtkImplementorIface and  <a
157
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
158
 
>GtkBuildable</a>.</p>
 
158
 <a
 
159
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
160
>GtkBuildable</a> and  AtkImplementorIface.</p>
159
161
</div>
160
 
<div class="refsect1" lang="en">
 
162
<div class="refsect1" title="Properties">
161
163
<a name="GimpDialog.properties"></a><h2>Properties</h2>
162
164
<pre class="synopsis">
163
165
  "<a class="link" href="GimpDialog.html#GimpDialog--help-func" title='The "help-func" property'>help-func</a>"                <a
168
170
>gchar</a>*                : Read / Write / Construct Only
169
171
</pre>
170
172
</div>
171
 
<div class="refsect1" lang="en">
 
173
<div class="refsect1" title="Description">
172
174
<a name="GimpDialog.description"></a><h2>Description</h2>
173
175
<p>
174
 
 
175
176
</p>
176
177
</div>
177
 
<div class="refsect1" lang="en">
 
178
<div class="refsect1" title="Details">
178
179
<a name="GimpDialog.details"></a><h2>Details</h2>
179
 
<div class="refsect2" lang="en">
 
180
<div class="refsect2" title="GimpDialog">
180
181
<a name="GimpDialog-struct"></a><h3>GimpDialog</h3>
181
182
<pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
182
183
<p>
183
 
 
184
184
</p>
185
185
</div>
186
186
<hr>
187
 
<div class="refsect2" lang="en">
 
187
<div class="refsect2" title="gimp_dialog_new ()">
188
188
<a name="gimp-dialog-new"></a><h3>gimp_dialog_new ()</h3>
189
189
<pre class="programlisting"><a
190
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
191
 
>GtkWidget</a>*          gimp_dialog_new                     (const <a
 
190
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
191
>GtkWidget</a> *         gimp_dialog_new                     (const <a
192
192
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
193
193
>gchar</a> *title,
194
194
                                                         const <a
195
195
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
196
196
>gchar</a> *role,
197
197
                                                         <a
198
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
198
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
199
199
>GtkWidget</a> *parent,
200
200
                                                         <a
201
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
 
201
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#GtkDialogFlags"
202
202
>GtkDialogFlags</a> flags,
203
203
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
204
204
                                                         const <a
215
215
<p>
216
216
For a description of the format of the <em class="parameter"><code>va_list</code></em> describing the
217
217
action_area buttons see <a
218
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-new-with-buttons"
 
218
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-new-with-buttons"
219
219
><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p>
220
220
<p>
221
 
 
222
221
</p>
223
222
<div class="variablelist"><table border="0">
224
223
<col align="left" valign="top">
227
226
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
228
227
<td>        The dialog's title which will be set with
229
228
               <a
230
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-title"
 
229
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html#gtk-window-set-title"
231
230
><code class="function">gtk_window_set_title()</code></a>.
232
231
</td>
233
232
</tr>
235
234
<td><p><span class="term"><em class="parameter"><code>role</code></em> :</span></p></td>
236
235
<td>         The dialog's <em class="parameter"><code>role</code></em> which will be set with
237
236
               <a
238
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-role"
 
237
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html#gtk-window-set-role"
239
238
><code class="function">gtk_window_set_role()</code></a>.
240
239
</td>
241
240
</tr>
247
246
<tr>
248
247
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
249
248
<td>        The <em class="parameter"><code>flags</code></em> (see the <a
250
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
249
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
251
250
><span class="type">GtkDialog</span></a> documentation).
252
251
</td>
253
252
</tr>
264
263
<tr>
265
264
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
266
265
<td>          A <a
267
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
266
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
268
267
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> destribing the
269
268
               action_area buttons.
270
269
</td>
278
277
</table></div>
279
278
</div>
280
279
<hr>
281
 
<div class="refsect2" lang="en">
 
280
<div class="refsect2" title="gimp_dialog_new_valist ()">
282
281
<a name="gimp-dialog-new-valist"></a><h3>gimp_dialog_new_valist ()</h3>
283
282
<pre class="programlisting"><a
284
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
285
 
>GtkWidget</a>*          gimp_dialog_new_valist              (const <a
 
283
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
284
>GtkWidget</a> *         gimp_dialog_new_valist              (const <a
286
285
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
287
286
>gchar</a> *title,
288
287
                                                         const <a
289
288
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
290
289
>gchar</a> *role,
291
290
                                                         <a
292
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
291
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
293
292
>GtkWidget</a> *parent,
294
293
                                                         <a
295
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
 
294
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#GtkDialogFlags"
296
295
>GtkDialogFlags</a> flags,
297
296
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
298
297
                                                         const <a
306
305
<p>
307
306
For a description of the format of the <em class="parameter"><code>va_list</code></em> describing the
308
307
action_area buttons see <a
309
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-new-with-buttons"
 
308
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-new-with-buttons"
310
309
><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p>
311
310
<p>
312
 
 
313
311
</p>
314
312
<div class="variablelist"><table border="0">
315
313
<col align="left" valign="top">
318
316
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
319
317
<td>        The dialog's title which will be set with
320
318
               <a
321
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-title"
 
319
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html#gtk-window-set-title"
322
320
><code class="function">gtk_window_set_title()</code></a>.
323
321
</td>
324
322
</tr>
326
324
<td><p><span class="term"><em class="parameter"><code>role</code></em> :</span></p></td>
327
325
<td>         The dialog's <em class="parameter"><code>role</code></em> which will be set with
328
326
               <a
329
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-role"
 
327
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html#gtk-window-set-role"
330
328
><code class="function">gtk_window_set_role()</code></a>.
331
329
</td>
332
330
</tr>
333
331
<tr>
334
332
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
335
333
<td>       The <em class="parameter"><code>parent</code></em> widget of this dialog or <a
336
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
334
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
337
335
><code class="literal">NULL</code></a>.
338
336
</td>
339
337
</tr>
340
338
<tr>
341
339
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
342
340
<td>        The <em class="parameter"><code>flags</code></em> (see the <a
343
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
341
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
344
342
><span class="type">GtkDialog</span></a> documentation).
345
343
</td>
346
344
</tr>
368
366
</table></div>
369
367
</div>
370
368
<hr>
371
 
<div class="refsect2" lang="en">
 
369
<div class="refsect2" title="gimp_dialog_add_button ()">
372
370
<a name="gimp-dialog-add-button"></a><h3>gimp_dialog_add_button ()</h3>
373
371
<pre class="programlisting"><a
374
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
375
 
>GtkWidget</a>*          gimp_dialog_add_button              (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
 
372
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
373
>GtkWidget</a> *         gimp_dialog_add_button              (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
376
374
                                                         const <a
377
375
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
378
376
>gchar</a> *button_text,
381
379
>gint</a> response_id);</pre>
382
380
<p>
383
381
This function is essentially the same as <a
384
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-add-button"
 
382
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-add-button"
385
383
><code class="function">gtk_dialog_add_button()</code></a>
386
384
except it ensures there is only one help button and automatically
387
385
sets the RESPONSE_OK widget as the default response.</p>
388
386
<p>
389
 
 
390
387
</p>
391
388
<div class="variablelist"><table border="0">
392
389
<col align="left" valign="top">
415
412
</table></div>
416
413
</div>
417
414
<hr>
418
 
<div class="refsect2" lang="en">
 
415
<div class="refsect2" title="gimp_dialog_add_buttons ()">
419
416
<a name="gimp-dialog-add-buttons"></a><h3>gimp_dialog_add_buttons ()</h3>
420
417
<pre class="programlisting">void                gimp_dialog_add_buttons             (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
421
418
                                                         ...);</pre>
422
419
<p>
423
420
This function is essentially the same as <a
424
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-add-buttons"
 
421
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-add-buttons"
425
422
><code class="function">gtk_dialog_add_buttons()</code></a>
426
423
except it calls <a class="link" href="GimpDialog.html#gimp-dialog-add-button" title="gimp_dialog_add_button ()"><code class="function">gimp_dialog_add_button()</code></a> instead of <a
427
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-add-button"
 
424
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-add-button"
428
425
><code class="function">gtk_dialog_add_button()</code></a></p>
429
426
<p>
430
 
 
431
427
</p>
432
428
<div class="variablelist"><table border="0">
433
429
<col align="left" valign="top">
446
442
</table></div>
447
443
</div>
448
444
<hr>
449
 
<div class="refsect2" lang="en">
 
445
<div class="refsect2" title="gimp_dialog_add_buttons_valist ()">
450
446
<a name="gimp-dialog-add-buttons-valist"></a><h3>gimp_dialog_add_buttons_valist ()</h3>
451
447
<pre class="programlisting">void                gimp_dialog_add_buttons_valist      (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
452
448
                                                         va_list args);</pre>
454
450
This function is essentially the same as <a class="link" href="GimpDialog.html#gimp-dialog-add-buttons" title="gimp_dialog_add_buttons ()"><code class="function">gimp_dialog_add_buttons()</code></a>
455
451
except it takes a va_list instead of '...'</p>
456
452
<p>
457
 
 
458
453
</p>
459
454
<div class="variablelist"><table border="0">
460
455
<col align="left" valign="top">
473
468
</table></div>
474
469
</div>
475
470
<hr>
476
 
<div class="refsect2" lang="en">
 
471
<div class="refsect2" title="gimp_dialog_run ()">
477
472
<a name="gimp-dialog-run"></a><h3>gimp_dialog_run ()</h3>
478
473
<pre class="programlisting"><a
479
474
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
480
475
>gint</a>                gimp_dialog_run                     (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
481
476
<p>
482
477
This function does exactly the same as <a
483
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-run"
 
478
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-run"
484
479
><code class="function">gtk_dialog_run()</code></a> except it
485
480
does not make the dialog modal while the <a
486
481
href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GMainLoop"
487
482
><span class="type">GMainLoop</span></a> is running.</p>
488
483
<p>
489
 
 
490
484
</p>
491
485
<div class="variablelist"><table border="0">
492
486
<col align="left" valign="top">
505
499
</table></div>
506
500
</div>
507
501
<hr>
508
 
<div class="refsect2" lang="en">
 
502
<div class="refsect2" title="gimp_dialogs_show_help_button ()">
509
503
<a name="gimp-dialogs-show-help-button"></a><h3>gimp_dialogs_show_help_button ()</h3>
510
504
<pre class="programlisting">void                gimp_dialogs_show_help_button       (<a
511
505
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
513
507
<p>
514
508
This function is for internal use only.</p>
515
509
<p>
516
 
 
517
510
</p>
518
511
<div class="variablelist"><table border="0">
519
512
<col align="left" valign="top">
523
516
</td>
524
517
</tr></tbody>
525
518
</table></div>
526
 
<p class="since">Since  GIMP 2.2
527
 
</p>
528
 
</div>
529
 
</div>
530
 
<div class="refsect1" lang="en">
 
519
<p class="since">Since GIMP 2.2</p>
 
520
</div>
 
521
</div>
 
522
<div class="refsect1" title="Property Details">
531
523
<a name="GimpDialog.property-details"></a><h2>Property Details</h2>
532
 
<div class="refsect2" lang="en">
 
524
<div class="refsect2" title='The "help-func" property'>
533
525
<a name="GimpDialog--help-func"></a><h3>The <code class="literal">"help-func"</code> property</h3>
534
526
<pre class="programlisting">  "help-func"                <a
535
527
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
537
529
<p></p>
538
530
</div>
539
531
<hr>
540
 
<div class="refsect2" lang="en">
 
532
<div class="refsect2" title='The "help-id" property'>
541
533
<a name="GimpDialog--help-id"></a><h3>The <code class="literal">"help-id"</code> property</h3>
542
534
<pre class="programlisting">  "help-id"                  <a
543
535
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
549
541
</div>
550
542
<div class="footer">
551
543
<hr>
552
 
          Generated by GTK-Doc V1.10</div>
 
544
          Generated by GTK-Doc V1.11</div>
553
545
</body>
554
546
</html>