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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-GimpItemComboBox.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>GimpItemComboBox</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
7
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
8
<link rel="up" href="libgimpui.html" title="Part&#160;II.&#160;GIMP User Interface Library">
 
9
<link rel="prev" href="GimpZoomPreview.html" title="GimpZoomPreview">
 
10
<link rel="next" href="GimpImageComboBox.html" title="gimpimagecombobox">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="part" href="libgimp.html" title="Part&#160;I.&#160;GIMP Library">
 
14
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
 
15
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
 
16
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
 
17
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
 
18
<link rel="part" href="libgimpui.html" title="Part&#160;II.&#160;GIMP User Interface Library">
 
19
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
 
20
<link rel="index" href="libgimp-index.html" title="Index">
 
21
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
 
22
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
 
23
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
 
24
</head>
 
25
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
26
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
27
<tr valign="middle">
 
28
<td><a accesskey="p" href="GimpZoomPreview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
29
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
30
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
31
<th width="100%" align="center">GIMP Library Reference Manual</th>
 
32
<td><a accesskey="n" href="GimpImageComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
33
</tr>
 
34
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571387" class="shortcut">Top</a>
 
35
                  &#160;|&#160;
 
36
                  <a href="#id2713134" class="shortcut">Description</a>
 
37
                  &#160;|&#160;
 
38
                  <a href="#id2710821" class="shortcut">Object Hierarchy</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2715190" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
41
</table>
 
42
<div class="refentry" lang="en">
 
43
<a name="libgimp-GimpItemComboBox"></a><div class="titlepage"></div>
 
44
<div class="refnamediv"><table width="100%"><tr>
 
45
<td valign="top">
 
46
<h2>
 
47
<a name="id2571387"></a><span class="refentrytitle">GimpItemComboBox</span>
 
48
</h2>
 
49
<p>GimpItemComboBox</p>
 
50
</td>
 
51
<td valign="top" align="right"></td>
 
52
</tr></table></div>
 
53
<div class="refsynopsisdiv">
 
54
<h2>Synopsis</h2>
 
55
<a name="GimpDrawableComboBox"></a><a name="GimpChannelComboBox"></a><a name="GimpLayerComboBox"></a><a name="GimpVectorsComboBox"></a><pre class="synopsis">
 
56
 
 
57
 
 
58
 
 
59
gboolean            (<a href="libgimp-GimpItemComboBox.html#GimpItemConstraintFunc">*GimpItemConstraintFunc</a>)           (gint32 image_id,
 
60
                                                         gint32 item_id,
 
61
                                                         gpointer data);
 
62
                    <a href="libgimp-GimpItemComboBox.html#GimpDrawableComboBox-struct">GimpDrawableComboBox</a>;
 
63
typedef             <a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a>;
 
64
GtkWidget*          <a href="libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new">gimp_drawable_combo_box_new</a>         (<a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
 
65
                                                         gpointer data);
 
66
                    <a href="libgimp-GimpItemComboBox.html#GimpChannelComboBox-struct">GimpChannelComboBox</a>;
 
67
GtkWidget*          <a href="libgimp-GimpItemComboBox.html#gimp-channel-combo-box-new">gimp_channel_combo_box_new</a>          (<a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
 
68
                                                         gpointer data);
 
69
                    <a href="libgimp-GimpItemComboBox.html#GimpLayerComboBox-struct">GimpLayerComboBox</a>;
 
70
GtkWidget*          <a href="libgimp-GimpItemComboBox.html#gimp-layer-combo-box-new">gimp_layer_combo_box_new</a>            (<a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
 
71
                                                         gpointer data);
 
72
                    <a href="libgimp-GimpItemComboBox.html#GimpVectorsComboBox-struct">GimpVectorsComboBox</a>;
 
73
typedef             <a href="libgimp-GimpItemComboBox.html#GimpVectorsConstraintFunc">GimpVectorsConstraintFunc</a>;
 
74
GtkWidget*          <a href="libgimp-GimpItemComboBox.html#gimp-vectors-combo-box-new">gimp_vectors_combo_box_new</a>          (<a href="libgimp-GimpItemComboBox.html#GimpVectorsConstraintFunc">GimpVectorsConstraintFunc</a> constraint,
 
75
                                                         gpointer data);
 
76
 
 
77
</pre>
 
78
</div>
 
79
<div class="refsect1" lang="en">
 
80
<a name="id2710821"></a><h2>Object Hierarchy</h2>
 
81
<pre class="synopsis">
 
82
 
 
83
  GObject
 
84
   +----GInitiallyUnowned
 
85
         +----GtkObject
 
86
               +----GtkWidget
 
87
                     +----GtkContainer
 
88
                           +----GtkBin
 
89
                                 +----GtkComboBox
 
90
                                       +----<a
 
91
href="../libgimpwidgets/GimpIntComboBox.html"
 
92
>GimpIntComboBox</a>
 
93
                                             +----GimpDrawableComboBox
 
94
</pre>
 
95
<pre class="synopsis">
 
96
 
 
97
  GObject
 
98
   +----GInitiallyUnowned
 
99
         +----GtkObject
 
100
               +----GtkWidget
 
101
                     +----GtkContainer
 
102
                           +----GtkBin
 
103
                                 +----GtkComboBox
 
104
                                       +----<a
 
105
href="../libgimpwidgets/GimpIntComboBox.html"
 
106
>GimpIntComboBox</a>
 
107
                                             +----GimpChannelComboBox
 
108
</pre>
 
109
<pre class="synopsis">
 
110
 
 
111
  GObject
 
112
   +----GInitiallyUnowned
 
113
         +----GtkObject
 
114
               +----GtkWidget
 
115
                     +----GtkContainer
 
116
                           +----GtkBin
 
117
                                 +----GtkComboBox
 
118
                                       +----<a
 
119
href="../libgimpwidgets/GimpIntComboBox.html"
 
120
>GimpIntComboBox</a>
 
121
                                             +----GimpLayerComboBox
 
122
</pre>
 
123
<pre class="synopsis">
 
124
 
 
125
  GObject
 
126
   +----GInitiallyUnowned
 
127
         +----GtkObject
 
128
               +----GtkWidget
 
129
                     +----GtkContainer
 
130
                           +----GtkBin
 
131
                                 +----GtkComboBox
 
132
                                       +----<a
 
133
href="../libgimpwidgets/GimpIntComboBox.html"
 
134
>GimpIntComboBox</a>
 
135
                                             +----GimpVectorsComboBox
 
136
</pre>
 
137
</div>
 
138
<div class="refsect1" lang="en">
 
139
<a name="id2715190"></a><h2>Implemented Interfaces</h2>
 
140
<p>
 
141
GimpDrawableComboBox implements
 
142
 AtkImplementorIface,  GtkCellLayout and  GtkCellEditable.</p>
 
143
<p>
 
144
GimpChannelComboBox implements
 
145
 AtkImplementorIface,  GtkCellLayout and  GtkCellEditable.</p>
 
146
<p>
 
147
GimpLayerComboBox implements
 
148
 AtkImplementorIface,  GtkCellLayout and  GtkCellEditable.</p>
 
149
<p>
 
150
GimpVectorsComboBox implements
 
151
 AtkImplementorIface,  GtkCellLayout and  GtkCellEditable.</p>
 
152
</div>
 
153
<div class="refsect1" lang="en">
 
154
<a name="id2713134"></a><h2>Description</h2>
 
155
<p>
 
156
 
 
157
</p>
 
158
</div>
 
159
<div class="refsect1" lang="en">
 
160
<a name="id2713150"></a><h2>Details</h2>
 
161
<div class="refsect2" lang="en">
 
162
<a name="id2713161"></a><h3>
 
163
<a name="GimpItemConstraintFunc"></a>GimpItemConstraintFunc ()</h3>
 
164
<a class="indexterm" name="id2713172"></a><pre class="programlisting">gboolean            (*GimpItemConstraintFunc)           (gint32 image_id,
 
165
                                                         gint32 item_id,
 
166
                                                         gpointer data);</pre>
 
167
<p>
 
168
 
 
169
</p>
 
170
<div class="variablelist"><table border="0">
 
171
<col align="left" valign="top">
 
172
<tbody>
 
173
<tr>
 
174
<td><span class="term"><em class="parameter"><code>image_id</code></em>&#160;:</span></td>
 
175
<td>
 
176
</td>
 
177
</tr>
 
178
<tr>
 
179
<td><span class="term"><em class="parameter"><code>item_id</code></em>&#160;:</span></td>
 
180
<td>
 
181
</td>
 
182
</tr>
 
183
<tr>
 
184
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
185
<td>
 
186
</td>
 
187
</tr>
 
188
<tr>
 
189
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
190
<td>
 
191
 
 
192
 
 
193
</td>
 
194
</tr>
 
195
</tbody>
 
196
</table></div>
 
197
</div>
 
198
<hr>
 
199
<div class="refsect2" lang="en">
 
200
<a name="id2713271"></a><h3>
 
201
<a name="GimpDrawableComboBox-struct"></a>GimpDrawableComboBox</h3>
 
202
<a class="indexterm" name="id2713282"></a><pre class="programlisting">typedef struct _GimpDrawableComboBox GimpDrawableComboBox;</pre>
 
203
<p>
 
204
 
 
205
</p>
 
206
</div>
 
207
<hr>
 
208
<div class="refsect2" lang="en">
 
209
<a name="id2713298"></a><h3>
 
210
<a name="GimpDrawableConstraintFunc"></a>GimpDrawableConstraintFunc</h3>
 
211
<a class="indexterm" name="id2713309"></a><pre class="programlisting">typedef GimpItemConstraintFunc GimpDrawableConstraintFunc;
 
212
</pre>
 
213
<p>
 
214
 
 
215
</p>
 
216
</div>
 
217
<hr>
 
218
<div class="refsect2" lang="en">
 
219
<a name="id2713325"></a><h3>
 
220
<a name="gimp-drawable-combo-box-new"></a>gimp_drawable_combo_box_new ()</h3>
 
221
<a class="indexterm" name="id2713339"></a><pre class="programlisting">GtkWidget*          gimp_drawable_combo_box_new         (<a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
 
222
                                                         gpointer data);</pre>
 
223
<p>
 
224
Creates a new <a
 
225
href="../libgimpwidgets/GimpIntComboBox.html"
 
226
><span class="type">GimpIntComboBox</span></a> filled with all currently opened
 
227
drawables. If a <em class="parameter"><code>constraint</code></em> function is specified, it is called for
 
228
each drawable and only if the function returns <code class="literal">TRUE</code>, the drawable
 
229
is added to the combobox.
 
230
</p>
 
231
<p>
 
232
You should use <a
 
233
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-connect"
 
234
><code class="function">gimp_int_combo_box_connect()</code></a> to initialize and connect
 
235
the combo.  Use <a
 
236
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-set-active"
 
237
><code class="function">gimp_int_combo_box_set_active()</code></a> to get the active
 
238
drawable ID and <a
 
239
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-get-active"
 
240
><code class="function">gimp_int_combo_box_get_active()</code></a> to retrieve the ID
 
241
of the selected drawable.</p>
 
242
<p>
 
243
 
 
244
</p>
 
245
<div class="variablelist"><table border="0">
 
246
<col align="left" valign="top">
 
247
<tbody>
 
248
<tr>
 
249
<td><span class="term"><em class="parameter"><code>constraint</code></em>&#160;:</span></td>
 
250
<td> a <a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc"><span class="type">GimpDrawableConstraintFunc</span></a> or <code class="literal">NULL</code>
 
251
</td>
 
252
</tr>
 
253
<tr>
 
254
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
255
<td>       a pointer that is passed to <em class="parameter"><code>constraint</code></em>
 
256
</td>
 
257
</tr>
 
258
<tr>
 
259
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
260
<td> a new <a
 
261
href="../libgimpwidgets/GimpIntComboBox.html"
 
262
><span class="type">GimpIntComboBox</span></a>.
 
263
 
 
264
</td>
 
265
</tr>
 
266
</tbody>
 
267
</table></div>
 
268
<p class="since">Since  GIMP 2.2
 
269
</p>
 
270
</div>
 
271
<hr>
 
272
<div class="refsect2" lang="en">
 
273
<a name="id2713511"></a><h3>
 
274
<a name="GimpChannelComboBox-struct"></a>GimpChannelComboBox</h3>
 
275
<a class="indexterm" name="id2718272"></a><pre class="programlisting">typedef struct _GimpChannelComboBox GimpChannelComboBox;</pre>
 
276
<p>
 
277
 
 
278
</p>
 
279
</div>
 
280
<hr>
 
281
<div class="refsect2" lang="en">
 
282
<a name="id2718287"></a><h3>
 
283
<a name="gimp-channel-combo-box-new"></a>gimp_channel_combo_box_new ()</h3>
 
284
<a class="indexterm" name="id2718299"></a><pre class="programlisting">GtkWidget*          gimp_channel_combo_box_new          (<a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
 
285
                                                         gpointer data);</pre>
 
286
<p>
 
287
Creates a new <a
 
288
href="../libgimpwidgets/GimpIntComboBox.html"
 
289
><span class="type">GimpIntComboBox</span></a> filled with all currently opened
 
290
channels. See <code class="function">gimp_drawable_combo_box()</code> for more info.</p>
 
291
<p>
 
292
 
 
293
</p>
 
294
<div class="variablelist"><table border="0">
 
295
<col align="left" valign="top">
 
296
<tbody>
 
297
<tr>
 
298
<td><span class="term"><em class="parameter"><code>constraint</code></em>&#160;:</span></td>
 
299
<td> a <a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc"><span class="type">GimpDrawableConstraintFunc</span></a> or <code class="literal">NULL</code>
 
300
</td>
 
301
</tr>
 
302
<tr>
 
303
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
304
<td>       a pointer that is passed to <em class="parameter"><code>constraint</code></em>
 
305
</td>
 
306
</tr>
 
307
<tr>
 
308
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
309
<td> a new <a
 
310
href="../libgimpwidgets/GimpIntComboBox.html"
 
311
><span class="type">GimpIntComboBox</span></a>.
 
312
 
 
313
</td>
 
314
</tr>
 
315
</tbody>
 
316
</table></div>
 
317
<p class="since">Since  GIMP 2.2
 
318
</p>
 
319
</div>
 
320
<hr>
 
321
<div class="refsect2" lang="en">
 
322
<a name="id2718419"></a><h3>
 
323
<a name="GimpLayerComboBox-struct"></a>GimpLayerComboBox</h3>
 
324
<a class="indexterm" name="id2718430"></a><pre class="programlisting">typedef struct _GimpLayerComboBox GimpLayerComboBox;</pre>
 
325
<p>
 
326
 
 
327
</p>
 
328
</div>
 
329
<hr>
 
330
<div class="refsect2" lang="en">
 
331
<a name="id2718444"></a><h3>
 
332
<a name="gimp-layer-combo-box-new"></a>gimp_layer_combo_box_new ()</h3>
 
333
<a class="indexterm" name="id2718457"></a><pre class="programlisting">GtkWidget*          gimp_layer_combo_box_new            (<a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
 
334
                                                         gpointer data);</pre>
 
335
<p>
 
336
Creates a new <a
 
337
href="../libgimpwidgets/GimpIntComboBox.html"
 
338
><span class="type">GimpIntComboBox</span></a> filled with all currently opened
 
339
layers. See <code class="function">gimp_drawable_combo_box()</code> for more info.</p>
 
340
<p>
 
341
 
 
342
</p>
 
343
<div class="variablelist"><table border="0">
 
344
<col align="left" valign="top">
 
345
<tbody>
 
346
<tr>
 
347
<td><span class="term"><em class="parameter"><code>constraint</code></em>&#160;:</span></td>
 
348
<td> a <a href="libgimp-GimpItemComboBox.html#GimpDrawableConstraintFunc"><span class="type">GimpDrawableConstraintFunc</span></a> or <code class="literal">NULL</code>
 
349
</td>
 
350
</tr>
 
351
<tr>
 
352
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
353
<td>       a pointer that is passed to <em class="parameter"><code>constraint</code></em>
 
354
</td>
 
355
</tr>
 
356
<tr>
 
357
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
358
<td> a new <a
 
359
href="../libgimpwidgets/GimpIntComboBox.html"
 
360
><span class="type">GimpIntComboBox</span></a>.
 
361
 
 
362
</td>
 
363
</tr>
 
364
</tbody>
 
365
</table></div>
 
366
<p class="since">Since  GIMP 2.2
 
367
</p>
 
368
</div>
 
369
<hr>
 
370
<div class="refsect2" lang="en">
 
371
<a name="id2718577"></a><h3>
 
372
<a name="GimpVectorsComboBox-struct"></a>GimpVectorsComboBox</h3>
 
373
<a class="indexterm" name="id2718588"></a><pre class="programlisting">typedef struct _GimpVectorsComboBox GimpVectorsComboBox;</pre>
 
374
<p>
 
375
 
 
376
</p>
 
377
</div>
 
378
<hr>
 
379
<div class="refsect2" lang="en">
 
380
<a name="id2718602"></a><h3>
 
381
<a name="GimpVectorsConstraintFunc"></a>GimpVectorsConstraintFunc</h3>
 
382
<a class="indexterm" name="id2718613"></a><pre class="programlisting">typedef GimpItemConstraintFunc GimpVectorsConstraintFunc;
 
383
</pre>
 
384
<p>
 
385
 
 
386
</p>
 
387
</div>
 
388
<hr>
 
389
<div class="refsect2" lang="en">
 
390
<a name="id2718627"></a><h3>
 
391
<a name="gimp-vectors-combo-box-new"></a>gimp_vectors_combo_box_new ()</h3>
 
392
<a class="indexterm" name="id2718640"></a><pre class="programlisting">GtkWidget*          gimp_vectors_combo_box_new          (<a href="libgimp-GimpItemComboBox.html#GimpVectorsConstraintFunc">GimpVectorsConstraintFunc</a> constraint,
 
393
                                                         gpointer data);</pre>
 
394
<p>
 
395
Creates a new <a
 
396
href="../libgimpwidgets/GimpIntComboBox.html"
 
397
><span class="type">GimpIntComboBox</span></a> filled with all currently opened
 
398
vectors objects. If a <em class="parameter"><code>constraint</code></em> function is specified, it is called for
 
399
each vectors object and only if the function returns <code class="literal">TRUE</code>, the vectors
 
400
object is added to the combobox.
 
401
</p>
 
402
<p>
 
403
You should use <a
 
404
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-connect"
 
405
><code class="function">gimp_int_combo_box_connect()</code></a> to initialize and connect
 
406
the combo.  Use <a
 
407
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-set-active"
 
408
><code class="function">gimp_int_combo_box_set_active()</code></a> to set the active
 
409
vectors ID and <a
 
410
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-get-active"
 
411
><code class="function">gimp_int_combo_box_get_active()</code></a> to retrieve the ID
 
412
of the selected vectors object.</p>
 
413
<p>
 
414
 
 
415
</p>
 
416
<div class="variablelist"><table border="0">
 
417
<col align="left" valign="top">
 
418
<tbody>
 
419
<tr>
 
420
<td><span class="term"><em class="parameter"><code>constraint</code></em>&#160;:</span></td>
 
421
<td> a <a href="libgimp-GimpItemComboBox.html#GimpVectorsConstraintFunc"><span class="type">GimpVectorsConstraintFunc</span></a> or <code class="literal">NULL</code>
 
422
</td>
 
423
</tr>
 
424
<tr>
 
425
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
 
426
<td>       a pointer that is passed to <em class="parameter"><code>constraint</code></em>
 
427
</td>
 
428
</tr>
 
429
<tr>
 
430
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
431
<td> a new <a
 
432
href="../libgimpwidgets/GimpIntComboBox.html"
 
433
><span class="type">GimpIntComboBox</span></a>.
 
434
 
 
435
</td>
 
436
</tr>
 
437
</tbody>
 
438
</table></div>
 
439
<p class="since">Since  GIMP 2.4
 
440
</p>
 
441
</div>
 
442
</div>
 
443
</div>
 
444
</body>
 
445
</html>