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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

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>GimpColorProfileComboBox</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="GimpColorProfileStore.html" title="GimpColorProfileStore">
10
10
<link rel="next" href="GimpDialog.html" title="GimpDialog">
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="GimpDialog.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="#GimpColorProfileComboBox.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpColorProfileComboBox.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpColorProfileComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpColorProfileComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpColorProfileComboBox.properties" class="shortcut">Properties</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpColorProfileComboBox.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpColorProfileComboBox.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpColorProfileComboBox.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpColorProfileComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpColorProfileComboBox.properties" class="shortcut">Properties</a>
 
47
</td></tr>
46
48
</table>
47
 
<div class="refentry" lang="en">
 
49
<div class="refentry" title="GimpColorProfileComboBox">
48
50
<a name="GimpColorProfileComboBox"></a><div class="titlepage"></div>
49
51
<div class="refnamediv"><table width="100%"><tr>
50
52
<td valign="top">
53
55
</td>
54
56
<td valign="top" align="right"><img src="gimp-color-profile-combo-box.png"></td>
55
57
</tr></table></div>
56
 
<div class="refsynopsisdiv">
 
58
<div class="refsynopsisdiv" title="Synopsis">
57
59
<a name="GimpColorProfileComboBox.synopsis"></a><h2>Synopsis</h2>
58
60
<pre class="synopsis">
59
61
                    <a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox-struct" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a>;
60
62
<a
61
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
62
 
>GtkWidget</a>*          <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" title="gimp_color_profile_combo_box_new ()">gimp_color_profile_combo_box_new</a>    (<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
63
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
64
>GtkWidget</a> *         <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" title="gimp_color_profile_combo_box_new ()">gimp_color_profile_combo_box_new</a>    (<a
 
65
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
64
66
>GtkWidget</a> *dialog,
65
67
                                                         const <a
66
68
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
67
69
>gchar</a> *history);
68
70
<a
69
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
70
 
>GtkWidget</a>*          <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" title="gimp_color_profile_combo_box_new_with_model ()">gimp_color_profile_combo_box_new_with_model</a>
 
71
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
72
>GtkWidget</a> *         <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" title="gimp_color_profile_combo_box_new_with_model ()">gimp_color_profile_combo_box_new_with_model</a>
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> *dialog,
74
76
                                                         <a
75
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
 
77
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"
76
78
>GtkTreeModel</a> *model);
77
79
void                <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-add" title="gimp_color_profile_combo_box_add ()">gimp_color_profile_combo_box_add</a>    (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo,
78
80
                                                         const <a
91
93
>gchar</a> *label);
92
94
<a
93
95
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
94
 
>gchar</a>*              <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active" title="gimp_color_profile_combo_box_get_active ()">gimp_color_profile_combo_box_get_active</a>
 
96
>gchar</a> *             <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active" title="gimp_color_profile_combo_box_get_active ()">gimp_color_profile_combo_box_get_active</a>
95
97
                                                        (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo);
96
98
</pre>
97
99
</div>
98
 
<div class="refsect1" lang="en">
 
100
<div class="refsect1" title="Object Hierarchy">
99
101
<a name="GimpColorProfileComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
100
102
<pre class="synopsis">
101
103
  <a
105
107
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
106
108
>GInitiallyUnowned</a>
107
109
         +----<a
108
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
110
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
109
111
>GtkObject</a>
110
112
               +----<a
111
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
113
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
112
114
>GtkWidget</a>
113
115
                     +----<a
114
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
116
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
115
117
>GtkContainer</a>
116
118
                           +----<a
117
 
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
 
119
href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html"
118
120
>GtkBin</a>
119
121
                                 +----<a
120
 
href="/usr/share/gtk-doc/html/gtk/GtkComboBox.html"
 
122
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
121
123
>GtkComboBox</a>
122
124
                                       +----GimpColorProfileComboBox
123
125
</pre>
124
126
</div>
125
 
<div class="refsect1" lang="en">
 
127
<div class="refsect1" title="Implemented Interfaces">
126
128
<a name="GimpColorProfileComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
127
129
<p>
128
130
GimpColorProfileComboBox implements
129
 
 AtkImplementorIface,  <a
130
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
131
 
>GtkBuildable</a>,  <a
132
 
href="/usr/share/gtk-doc/html/gtk/GtkCellEditable.html"
 
131
 <a
 
132
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
133
>GtkBuildable</a>,  AtkImplementorIface,  <a
 
134
href="http://library.gnome.org/devel/gtk/unstable/GtkCellEditable.html"
133
135
>GtkCellEditable</a> and  <a
134
 
href="/usr/share/gtk-doc/html/gtk/GtkCellLayout.html"
 
136
href="http://library.gnome.org/devel/gtk/unstable/GtkCellLayout.html"
135
137
>GtkCellLayout</a>.</p>
136
138
</div>
137
 
<div class="refsect1" lang="en">
 
139
<div class="refsect1" title="Properties">
138
140
<a name="GimpColorProfileComboBox.properties"></a><h2>Properties</h2>
139
141
<pre class="synopsis">
140
142
  "<a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog" title='The "dialog" property'>dialog</a>"                   <a
141
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
143
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
142
144
>GtkDialog</a>*            : Read / Write / Construct Only
143
145
  "<a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--model" title='The "model" property'>model</a>"                    <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a>*  : Read / Write
144
146
</pre>
145
147
</div>
146
 
<div class="refsect1" lang="en">
 
148
<div class="refsect1" title="Description">
147
149
<a name="GimpColorProfileComboBox.description"></a><h2>Description</h2>
148
150
<p>
149
 
 
150
151
</p>
151
152
</div>
152
 
<div class="refsect1" lang="en">
 
153
<div class="refsect1" title="Details">
153
154
<a name="GimpColorProfileComboBox.details"></a><h2>Details</h2>
154
 
<div class="refsect2" lang="en">
 
155
<div class="refsect2" title="GimpColorProfileComboBox">
155
156
<a name="GimpColorProfileComboBox-struct"></a><h3>GimpColorProfileComboBox</h3>
156
157
<pre class="programlisting">typedef struct _GimpColorProfileComboBox GimpColorProfileComboBox;</pre>
157
158
<p>
158
 
 
159
159
</p>
160
160
</div>
161
161
<hr>
162
 
<div class="refsect2" lang="en">
 
162
<div class="refsect2" title="gimp_color_profile_combo_box_new ()">
163
163
<a name="gimp-color-profile-combo-box-new"></a><h3>gimp_color_profile_combo_box_new ()</h3>
164
164
<pre class="programlisting"><a
165
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
166
 
>GtkWidget</a>*          gimp_color_profile_combo_box_new    (<a
167
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
165
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
166
>GtkWidget</a> *         gimp_color_profile_combo_box_new    (<a
 
167
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
168
168
>GtkWidget</a> *dialog,
169
169
                                                         const <a
170
170
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
178
178
 gchar *history = gimp_personal_rc_file ("profilerc");
179
179
</pre></div>
180
180
<p>
181
 
 
182
181
</p>
183
182
<div class="variablelist"><table border="0">
184
183
<col align="left" valign="top">
186
185
<tr>
187
186
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
188
187
<td>  a <a
189
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
188
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
190
189
><span class="type">GtkDialog</span></a> to present when the user selects the
191
190
          "Select color profile from disk..." item
192
191
</td>
194
193
<tr>
195
194
<td><p><span class="term"><em class="parameter"><code>history</code></em> :</span></p></td>
196
195
<td> filename of the profilerc (or <a
197
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
196
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
198
197
><code class="literal">NULL</code></a> for no history)
199
198
</td>
200
199
</tr>
206
205
</tr>
207
206
</tbody>
208
207
</table></div>
209
 
<p class="since">Since  GIMP 2.4
210
 
</p>
 
208
<p class="since">Since GIMP 2.4</p>
211
209
</div>
212
210
<hr>
213
 
<div class="refsect2" lang="en">
 
211
<div class="refsect2" title="gimp_color_profile_combo_box_new_with_model ()">
214
212
<a name="gimp-color-profile-combo-box-new-with-model"></a><h3>gimp_color_profile_combo_box_new_with_model ()</h3>
215
213
<pre class="programlisting"><a
216
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
217
 
>GtkWidget</a>*          gimp_color_profile_combo_box_new_with_model
 
214
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
215
>GtkWidget</a> *         gimp_color_profile_combo_box_new_with_model
218
216
                                                        (<a
219
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
217
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
220
218
>GtkWidget</a> *dialog,
221
219
                                                         <a
222
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
 
220
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"
223
221
>GtkTreeModel</a> *model);</pre>
224
222
<p>
225
223
This constructor is useful when you want to create several
230
228
<p>
231
229
See also <a class="link" href="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" title="gimp_color_profile_combo_box_new ()"><code class="function">gimp_color_profile_combo_box_new()</code></a>.</p>
232
230
<p>
233
 
 
234
231
</p>
235
232
<div class="variablelist"><table border="0">
236
233
<col align="left" valign="top">
238
235
<tr>
239
236
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
240
237
<td> a <a
241
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
238
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
242
239
><span class="type">GtkDialog</span></a> to present when the user selects the
243
240
         "Select color profile from disk..." item
244
241
</td>
256
253
</tr>
257
254
</tbody>
258
255
</table></div>
259
 
<p class="since">Since  GIMP 2.4
260
 
</p>
 
256
<p class="since">Since GIMP 2.4</p>
261
257
</div>
262
258
<hr>
263
 
<div class="refsect2" lang="en">
 
259
<div class="refsect2" title="gimp_color_profile_combo_box_add ()">
264
260
<a name="gimp-color-profile-combo-box-add"></a><h3>gimp_color_profile_combo_box_add ()</h3>
265
261
<pre class="programlisting">void                gimp_color_profile_combo_box_add    (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo,
266
262
                                                         const <a
274
270
<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>. Please refer to the documentation of
275
271
<a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add" title="gimp_color_profile_store_add ()"><code class="function">gimp_color_profile_store_add()</code></a> for details.</p>
276
272
<p>
277
 
 
278
273
</p>
279
274
<div class="variablelist"><table border="0">
280
275
<col align="left" valign="top">
287
282
<tr>
288
283
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
289
284
<td> filename of the profile to add (or <a
290
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
285
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
291
286
><code class="literal">NULL</code></a>)
292
287
</td>
293
288
</tr>
295
290
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
296
291
<td>    label to use for the profile
297
292
           (may only be <a
298
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
293
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
299
294
><code class="literal">NULL</code></a> if <em class="parameter"><code>filename</code></em> is <a
300
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
295
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
301
296
><code class="literal">NULL</code></a>)
302
297
</td>
303
298
</tr>
304
299
</tbody>
305
300
</table></div>
306
 
<p class="since">Since  GIMP 2.4
307
 
</p>
 
301
<p class="since">Since GIMP 2.4</p>
308
302
</div>
309
303
<hr>
310
 
<div class="refsect2" lang="en">
 
304
<div class="refsect2" title="gimp_color_profile_combo_box_set_active ()">
311
305
<a name="gimp-color-profile-combo-box-set-active"></a><h3>gimp_color_profile_combo_box_set_active ()</h3>
312
306
<pre class="programlisting">void                gimp_color_profile_combo_box_set_active
313
307
                                                        (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo,
321
315
Selects a color profile from the <em class="parameter"><code>combo</code></em> and makes it the active
322
316
item.  If the profile is not listed in the <em class="parameter"><code>combo</code></em>, then it is added
323
317
with the given <em class="parameter"><code>label</code></em> (or <em class="parameter"><code>filename</code></em> in case that <em class="parameter"><code>label</code></em> is <a
324
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
318
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
325
319
><code class="literal">NULL</code></a>).</p>
326
320
<p>
327
 
 
328
321
</p>
329
322
<div class="variablelist"><table border="0">
330
323
<col align="left" valign="top">
342
335
<tr>
343
336
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
344
337
<td>    label to use when adding a new entry (can be <a
345
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
338
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
346
339
><code class="literal">NULL</code></a>)
347
340
</td>
348
341
</tr>
349
342
</tbody>
350
343
</table></div>
351
 
<p class="since">Since  GIMP 2.4
352
 
</p>
 
344
<p class="since">Since GIMP 2.4</p>
353
345
</div>
354
346
<hr>
355
 
<div class="refsect2" lang="en">
 
347
<div class="refsect2" title="gimp_color_profile_combo_box_get_active ()">
356
348
<a name="gimp-color-profile-combo-box-get-active"></a><h3>gimp_color_profile_combo_box_get_active ()</h3>
357
349
<pre class="programlisting"><a
358
350
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
359
 
>gchar</a>*              gimp_color_profile_combo_box_get_active
 
351
>gchar</a> *             gimp_color_profile_combo_box_get_active
360
352
                                                        (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo);</pre>
361
353
<p>
362
354
</p>
363
355
<p>
364
 
 
365
356
</p>
366
357
<div class="variablelist"><table border="0">
367
358
<col align="left" valign="top">
383
374
</tr>
384
375
</tbody>
385
376
</table></div>
386
 
<p class="since">Since  GIMP 2.4
387
 
</p>
388
 
</div>
389
 
</div>
390
 
<div class="refsect1" lang="en">
 
377
<p class="since">Since GIMP 2.4</p>
 
378
</div>
 
379
</div>
 
380
<div class="refsect1" title="Property Details">
391
381
<a name="GimpColorProfileComboBox.property-details"></a><h2>Property Details</h2>
392
 
<div class="refsect2" lang="en">
 
382
<div class="refsect2" title='The "dialog" property'>
393
383
<a name="GimpColorProfileComboBox--dialog"></a><h3>The <code class="literal">"dialog"</code> property</h3>
394
384
<pre class="programlisting">  "dialog"                   <a
395
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
385
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
396
386
>GtkDialog</a>*            : Read / Write / Construct Only</pre>
397
387
<p>
398
388
<a
399
 
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
 
389
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
400
390
><span class="type">GtkDialog</span></a> to present when the user selects the
401
391
"Select color profile from disk..." item.</p>
402
392
<p>
403
 
 
404
 
</p>
405
 
<p>Since  GIMP 2.4
406
 
</p>
 
393
</p>
 
394
<p>Since GIMP 2.4</p>
407
395
</div>
408
396
<hr>
409
 
<div class="refsect2" lang="en">
 
397
<div class="refsect2" title='The "model" property'>
410
398
<a name="GimpColorProfileComboBox--model"></a><h3>The <code class="literal">"model"</code> property</h3>
411
399
<pre class="programlisting">  "model"                    <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a>*  : Read / Write</pre>
412
400
<p>
413
401
Overrides the "model" property of the <a
414
 
href="/usr/share/gtk-doc/html/gtk/GtkComboBox.html"
 
402
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
415
403
><span class="type">GtkComboBox</span></a> class.
416
404
<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox"><span class="type">GimpColorProfileComboBox</span></a> requires the model to be a
417
405
<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore"><span class="type">GimpColorProfileStore</span></a>.</p>
418
406
<p>
419
 
 
420
 
</p>
421
 
<p>Since  GIMP 2.4
422
 
</p>
 
407
</p>
 
408
<p>Since GIMP 2.4</p>
423
409
</div>
424
410
</div>
425
411
</div>
426
412
<div class="footer">
427
413
<hr>
428
 
          Generated by GTK-Doc V1.10</div>
 
414
          Generated by GTK-Doc V1.11</div>
429
415
</body>
430
416
</html>