~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
<div class="refnamediv"><table width="100%"><tr>
49
49
<td valign="top">
50
50
<h2><span class="refentrytitle"><a name="GimpDialog.top_of_page"></a>GimpDialog</span></h2>
51
 
<p>GimpDialog — Constructors for <a
52
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
53
 
><span class="type">GtkDialog</span></a>'s and action_areas as well as other
 
51
<p>GimpDialog — Constructors for <span class="type">GtkDialog</span>'s and action_areas as well as other
54
52
dialog-related stuff.</p>
55
53
</td>
56
54
<td valign="top" align="right"><img src="gimp-dialog.png"></td>
59
57
<a name="GimpDialog.synopsis"></a><h2>Synopsis</h2>
60
58
<pre class="synopsis">
61
59
                    <a class="link" href="GimpDialog.html#GimpDialog-struct" title="GimpDialog">GimpDialog</a>;
62
 
<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>GtkWidget</a>*          <a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()">gimp_dialog_new</a>                     (const <a
65
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
66
 
>gchar</a> *title,
67
 
                                                         const <a
68
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
69
 
>gchar</a> *role,
70
 
                                                         <a
71
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
72
 
>GtkWidget</a> *parent,
73
 
                                                         <a
74
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
75
 
>GtkDialogFlags</a> flags,
 
60
GtkWidget*          <a class="link" href="GimpDialog.html#gimp-dialog-new" title="gimp_dialog_new ()">gimp_dialog_new</a>                     (const gchar *title,
 
61
                                                         const gchar *role,
 
62
                                                         GtkWidget *parent,
 
63
                                                         GtkDialogFlags flags,
76
64
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
77
 
                                                         const <a
78
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
79
 
>gchar</a> *help_id,
 
65
                                                         const gchar *help_id,
80
66
                                                         ...);
81
 
<a
82
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
83
 
>GtkWidget</a>*          <a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()">gimp_dialog_new_valist</a>              (const <a
84
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
85
 
>gchar</a> *title,
86
 
                                                         const <a
87
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
88
 
>gchar</a> *role,
89
 
                                                         <a
90
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
91
 
>GtkWidget</a> *parent,
92
 
                                                         <a
93
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
94
 
>GtkDialogFlags</a> flags,
 
67
GtkWidget*          <a class="link" href="GimpDialog.html#gimp-dialog-new-valist" title="gimp_dialog_new_valist ()">gimp_dialog_new_valist</a>              (const gchar *title,
 
68
                                                         const gchar *role,
 
69
                                                         GtkWidget *parent,
 
70
                                                         GtkDialogFlags flags,
95
71
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
96
 
                                                         const <a
97
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
98
 
>gchar</a> *help_id,
 
72
                                                         const gchar *help_id,
99
73
                                                         va_list args);
100
 
<a
101
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
102
 
>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,
103
 
                                                         const <a
104
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
105
 
>gchar</a> *button_text,
106
 
                                                         <a
107
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
108
 
>gint</a> response_id);
 
74
GtkWidget*          <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,
 
75
                                                         const gchar *button_text,
 
76
                                                         gint response_id);
109
77
void                <a class="link" href="GimpDialog.html#gimp-dialog-add-buttons" title="gimp_dialog_add_buttons ()">gimp_dialog_add_buttons</a>             (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
110
78
                                                         ...);
111
79
void                <a class="link" href="GimpDialog.html#gimp-dialog-add-buttons-valist" title="gimp_dialog_add_buttons_valist ()">gimp_dialog_add_buttons_valist</a>      (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
112
80
                                                         va_list args);
113
 
<a
114
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
115
 
>gint</a>                <a class="link" href="GimpDialog.html#gimp-dialog-run" title="gimp_dialog_run ()">gimp_dialog_run</a>                     (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);
116
 
void                <a class="link" href="GimpDialog.html#gimp-dialogs-show-help-button" title="gimp_dialogs_show_help_button ()">gimp_dialogs_show_help_button</a>       (<a
117
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
118
 
>gboolean</a> show);
 
81
gint                <a class="link" href="GimpDialog.html#gimp-dialog-run" title="gimp_dialog_run ()">gimp_dialog_run</a>                     (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);
 
82
void                <a class="link" href="GimpDialog.html#gimp-dialogs-show-help-button" title="gimp_dialogs_show_help_button ()">gimp_dialogs_show_help_button</a>       (gboolean show);
119
83
</pre>
120
84
</div>
121
85
<div class="refsect1" lang="en">
122
86
<a name="GimpDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
123
87
<pre class="synopsis">
124
 
  <a
125
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
126
 
>GObject</a>
127
 
   +----<a
128
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
129
 
>GInitiallyUnowned</a>
130
 
         +----<a
131
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
132
 
>GtkObject</a>
133
 
               +----<a
134
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
135
 
>GtkWidget</a>
136
 
                     +----<a
137
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
138
 
>GtkContainer</a>
139
 
                           +----<a
140
 
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
141
 
>GtkBin</a>
142
 
                                 +----<a
143
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
144
 
>GtkWindow</a>
145
 
                                       +----<a
146
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
147
 
>GtkDialog</a>
 
88
  GObject
 
89
   +----GInitiallyUnowned
 
90
         +----GtkObject
 
91
               +----GtkWidget
 
92
                     +----GtkContainer
 
93
                           +----GtkBin
 
94
                                 +----GtkWindow
 
95
                                       +----GtkDialog
148
96
                                             +----GimpDialog
149
97
</pre>
150
98
</div>
157
105
<div class="refsect1" lang="en">
158
106
<a name="GimpDialog.properties"></a><h2>Properties</h2>
159
107
<pre class="synopsis">
160
 
  "<a class="link" href="GimpDialog.html#GimpDialog--help-func" title='The "help-func" property'>help-func</a>"                <a
161
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
162
 
>gpointer</a>              : Read / Write / Construct Only
163
 
  "<a class="link" href="GimpDialog.html#GimpDialog--help-id" title='The "help-id" property'>help-id</a>"                  <a
164
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
165
 
>gchar</a>*                : Read / Write / Construct Only
 
108
  "<a class="link" href="GimpDialog.html#GimpDialog--help-func" title='The "help-func" property'>help-func</a>"                gpointer              : Read / Write / Construct Only
 
109
  "<a class="link" href="GimpDialog.html#GimpDialog--help-id" title='The "help-id" property'>help-id</a>"                  gchar*                : Read / Write / Construct Only
166
110
</pre>
167
111
</div>
168
112
<div class="refsect1" lang="en">
183
127
<hr>
184
128
<div class="refsect2" lang="en">
185
129
<a name="gimp-dialog-new"></a><h3>gimp_dialog_new ()</h3>
186
 
<pre class="programlisting"><a
187
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
188
 
>GtkWidget</a>*          gimp_dialog_new                     (const <a
189
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
190
 
>gchar</a> *title,
191
 
                                                         const <a
192
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
193
 
>gchar</a> *role,
194
 
                                                         <a
195
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
196
 
>GtkWidget</a> *parent,
197
 
                                                         <a
198
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
199
 
>GtkDialogFlags</a> flags,
 
130
<pre class="programlisting">GtkWidget*          gimp_dialog_new                     (const gchar *title,
 
131
                                                         const gchar *role,
 
132
                                                         GtkWidget *parent,
 
133
                                                         GtkDialogFlags flags,
200
134
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
201
 
                                                         const <a
202
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
203
 
>gchar</a> *help_id,
 
135
                                                         const gchar *help_id,
204
136
                                                         ...);</pre>
205
137
<p>
206
138
Creates a new <em class="parameter"><code>GimpDialog</code></em> widget.
211
143
</p>
212
144
<p>
213
145
For a description of the format of the <em class="parameter"><code>va_list</code></em> describing the
214
 
action_area buttons see <a
215
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-new-with-buttons"
216
 
><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p>
 
146
action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</code>.</p>
217
147
<p>
218
148
 
219
149
</p>
223
153
<tr>
224
154
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
225
155
<td>        The dialog's title which will be set with
226
 
               <a
227
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-title"
228
 
><code class="function">gtk_window_set_title()</code></a>.
 
156
               <code class="function">gtk_window_set_title()</code>.
229
157
</td>
230
158
</tr>
231
159
<tr>
232
160
<td><p><span class="term"><em class="parameter"><code>role</code></em> :</span></p></td>
233
161
<td>         The dialog's <em class="parameter"><code>role</code></em> which will be set with
234
 
               <a
235
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-role"
236
 
><code class="function">gtk_window_set_role()</code></a>.
 
162
               <code class="function">gtk_window_set_role()</code>.
237
163
</td>
238
164
</tr>
239
165
<tr>
243
169
</tr>
244
170
<tr>
245
171
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
246
 
<td>        The <em class="parameter"><code>flags</code></em> (see the <a
247
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
248
 
><span class="type">GtkDialog</span></a> documentation).
 
172
<td>        The <em class="parameter"><code>flags</code></em> (see the <span class="type">GtkDialog</span> documentation).
249
173
</td>
250
174
</tr>
251
175
<tr>
260
184
</tr>
261
185
<tr>
262
186
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
263
 
<td>          A <a
264
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
265
 
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> destribing the
 
187
<td>          A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> destribing the
266
188
               action_area buttons.
267
189
</td>
268
190
</tr>
277
199
<hr>
278
200
<div class="refsect2" lang="en">
279
201
<a name="gimp-dialog-new-valist"></a><h3>gimp_dialog_new_valist ()</h3>
280
 
<pre class="programlisting"><a
281
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
282
 
>GtkWidget</a>*          gimp_dialog_new_valist              (const <a
283
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
284
 
>gchar</a> *title,
285
 
                                                         const <a
286
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
287
 
>gchar</a> *role,
288
 
                                                         <a
289
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
290
 
>GtkWidget</a> *parent,
291
 
                                                         <a
292
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#GtkDialogFlags"
293
 
>GtkDialogFlags</a> flags,
 
202
<pre class="programlisting">GtkWidget*          gimp_dialog_new_valist              (const gchar *title,
 
203
                                                         const gchar *role,
 
204
                                                         GtkWidget *parent,
 
205
                                                         GtkDialogFlags flags,
294
206
                                                         <a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc" title="GimpHelpFunc ()">GimpHelpFunc</a> help_func,
295
 
                                                         const <a
296
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
297
 
>gchar</a> *help_id,
 
207
                                                         const gchar *help_id,
298
208
                                                         va_list args);</pre>
299
209
<p>
300
210
Creates a new <em class="parameter"><code>GimpDialog</code></em> widget. If a GtkWindow is specified as
302
212
</p>
303
213
<p>
304
214
For a description of the format of the <em class="parameter"><code>va_list</code></em> describing the
305
 
action_area buttons see <a
306
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-new-with-buttons"
307
 
><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p>
 
215
action_area buttons see <code class="function">gtk_dialog_new_with_buttons()</code>.</p>
308
216
<p>
309
217
 
310
218
</p>
314
222
<tr>
315
223
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
316
224
<td>        The dialog's title which will be set with
317
 
               <a
318
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-title"
319
 
><code class="function">gtk_window_set_title()</code></a>.
 
225
               <code class="function">gtk_window_set_title()</code>.
320
226
</td>
321
227
</tr>
322
228
<tr>
323
229
<td><p><span class="term"><em class="parameter"><code>role</code></em> :</span></p></td>
324
230
<td>         The dialog's <em class="parameter"><code>role</code></em> which will be set with
325
 
               <a
326
 
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-role"
327
 
><code class="function">gtk_window_set_role()</code></a>.
 
231
               <code class="function">gtk_window_set_role()</code>.
328
232
</td>
329
233
</tr>
330
234
<tr>
331
235
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
332
 
<td>       The <em class="parameter"><code>parent</code></em> widget of this dialog or <a
333
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
334
 
><code class="literal">NULL</code></a>.
 
236
<td>       The <em class="parameter"><code>parent</code></em> widget of this dialog or <code class="literal">NULL</code>.
335
237
</td>
336
238
</tr>
337
239
<tr>
338
240
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
339
 
<td>        The <em class="parameter"><code>flags</code></em> (see the <a
340
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
341
 
><span class="type">GtkDialog</span></a> documentation).
 
241
<td>        The <em class="parameter"><code>flags</code></em> (see the <span class="type">GtkDialog</span> documentation).
342
242
</td>
343
243
</tr>
344
244
<tr>
367
267
<hr>
368
268
<div class="refsect2" lang="en">
369
269
<a name="gimp-dialog-add-button"></a><h3>gimp_dialog_add_button ()</h3>
370
 
<pre class="programlisting"><a
371
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
372
 
>GtkWidget</a>*          gimp_dialog_add_button              (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
373
 
                                                         const <a
374
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
375
 
>gchar</a> *button_text,
376
 
                                                         <a
377
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
378
 
>gint</a> response_id);</pre>
 
270
<pre class="programlisting">GtkWidget*          gimp_dialog_add_button              (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
 
271
                                                         const gchar *button_text,
 
272
                                                         gint response_id);</pre>
379
273
<p>
380
 
This function is essentially the same as <a
381
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-add-button"
382
 
><code class="function">gtk_dialog_add_button()</code></a>
 
274
This function is essentially the same as <code class="function">gtk_dialog_add_button()</code>
383
275
except it ensures there is only one help button and automatically
384
276
sets the RESPONSE_OK widget as the default response.</p>
385
277
<p>
417
309
<pre class="programlisting">void                gimp_dialog_add_buttons             (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
418
310
                                                         ...);</pre>
419
311
<p>
420
 
This function is essentially the same as <a
421
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-add-buttons"
422
 
><code class="function">gtk_dialog_add_buttons()</code></a>
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
424
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-add-button"
425
 
><code class="function">gtk_dialog_add_button()</code></a></p>
 
312
This function is essentially the same as <code class="function">gtk_dialog_add_buttons()</code>
 
313
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 <code class="function">gtk_dialog_add_button()</code></p>
426
314
<p>
427
315
 
428
316
</p>
472
360
<hr>
473
361
<div class="refsect2" lang="en">
474
362
<a name="gimp-dialog-run"></a><h3>gimp_dialog_run ()</h3>
475
 
<pre class="programlisting"><a
476
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
477
 
>gint</a>                gimp_dialog_run                     (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
 
363
<pre class="programlisting">gint                gimp_dialog_run                     (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
478
364
<p>
479
 
This function does exactly the same as <a
480
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-run"
481
 
><code class="function">gtk_dialog_run()</code></a> except it
482
 
does not make the dialog modal while the <a
483
 
href="/usr/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"
484
 
><span class="type">GMainLoop</span></a> is running.</p>
 
365
This function does exactly the same as <code class="function">gtk_dialog_run()</code> except it
 
366
does not make the dialog modal while the <span class="type">GMainLoop</span> is running.</p>
485
367
<p>
486
368
 
487
369
</p>
504
386
<hr>
505
387
<div class="refsect2" lang="en">
506
388
<a name="gimp-dialogs-show-help-button"></a><h3>gimp_dialogs_show_help_button ()</h3>
507
 
<pre class="programlisting">void                gimp_dialogs_show_help_button       (<a
508
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
509
 
>gboolean</a> show);</pre>
 
389
<pre class="programlisting">void                gimp_dialogs_show_help_button       (gboolean show);</pre>
510
390
<p>
511
391
This function is for internal use only.</p>
512
392
<p>
528
408
<a name="GimpDialog.property-details"></a><h2>Property Details</h2>
529
409
<div class="refsect2" lang="en">
530
410
<a name="GimpDialog--help-func"></a><h3>The <code class="literal">"help-func"</code> property</h3>
531
 
<pre class="programlisting">  "help-func"                <a
532
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
533
 
>gpointer</a>              : Read / Write / Construct Only</pre>
 
411
<pre class="programlisting">  "help-func"                gpointer              : Read / Write / Construct Only</pre>
534
412
<p></p>
535
413
</div>
536
414
<hr>
537
415
<div class="refsect2" lang="en">
538
416
<a name="GimpDialog--help-id"></a><h3>The <code class="literal">"help-id"</code> property</h3>
539
 
<pre class="programlisting">  "help-id"                  <a
540
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
541
 
>gchar</a>*                : Read / Write / Construct Only</pre>
 
417
<pre class="programlisting">  "help-id"                  gchar*                : Read / Write / Construct Only</pre>
542
418
<p></p>
543
419
<p>Default value: NULL</p>
544
420
</div>