~ubuntu-branches/ubuntu/maverick/gimp/maverick-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
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>GimpColorSelection</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="GimpColorScale.html" title="GimpColorScale">
10
10
<link rel="next" href="GimpColorProfileStore.html" title="GimpColorProfileStore">
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="GimpColorProfileStore.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="#GimpColorSelection.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpColorSelection.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpColorSelection.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpColorSelection.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpColorSelection.properties" class="shortcut">Properties</a>
46
 
                   | 
47
 
                  <a href="#GimpColorSelection.signals" class="shortcut">Signals</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpColorSelection.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpColorSelection.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpColorSelection.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpColorSelection.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpColorSelection.properties" class="shortcut">Properties</a>
 
47
                 | 
 
48
                <a href="#GimpColorSelection.signals" class="shortcut">Signals</a>
 
49
</td></tr>
48
50
</table>
49
 
<div class="refentry" lang="en">
 
51
<div class="refentry" title="GimpColorSelection">
50
52
<a name="GimpColorSelection"></a><div class="titlepage"></div>
51
53
<div class="refnamediv"><table width="100%"><tr>
52
54
<td valign="top">
55
57
</td>
56
58
<td valign="top" align="right"><img src="gimp-color-selection.png"></td>
57
59
</tr></table></div>
58
 
<div class="refsynopsisdiv">
 
60
<div class="refsynopsisdiv" title="Synopsis">
59
61
<a name="GimpColorSelection.synopsis"></a><h2>Synopsis</h2>
60
62
<pre class="synopsis">
61
63
                    <a class="link" href="GimpColorSelection.html#GimpColorSelection-struct" title="GimpColorSelection">GimpColorSelection</a>;
62
64
<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>GtkWidget</a>*          <a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()">gimp_color_selection_new</a>            (void);
 
65
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
66
>GtkWidget</a> *         <a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()">gimp_color_selection_new</a>            (void);
65
67
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-set-show-alpha" title="gimp_color_selection_set_show_alpha ()">gimp_color_selection_set_show_alpha</a> (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
66
68
                                                         <a
67
69
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
93
95
>GimpColorConfig</a> *config);
94
96
</pre>
95
97
</div>
96
 
<div class="refsect1" lang="en">
 
98
<div class="refsect1" title="Object Hierarchy">
97
99
<a name="GimpColorSelection.object-hierarchy"></a><h2>Object Hierarchy</h2>
98
100
<pre class="synopsis">
99
101
  <a
103
105
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
104
106
>GInitiallyUnowned</a>
105
107
         +----<a
106
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
108
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
107
109
>GtkObject</a>
108
110
               +----<a
109
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
111
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
110
112
>GtkWidget</a>
111
113
                     +----<a
112
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
114
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
113
115
>GtkContainer</a>
114
116
                           +----<a
115
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
 
117
href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html"
116
118
>GtkBox</a>
117
119
                                 +----<a
118
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
 
120
href="http://library.gnome.org/devel/gtk/unstable/GtkVBox.html"
119
121
>GtkVBox</a>
120
122
                                       +----GimpColorSelection
121
123
</pre>
122
124
</div>
123
 
<div class="refsect1" lang="en">
 
125
<div class="refsect1" title="Implemented Interfaces">
124
126
<a name="GimpColorSelection.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
125
127
<p>
126
128
GimpColorSelection implements
127
 
 AtkImplementorIface and  <a
128
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
129
 
>GtkBuildable</a>.</p>
 
129
 <a
 
130
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
131
>GtkBuildable</a>,  AtkImplementorIface and  <a
 
132
href="http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#GtkOrientable"
 
133
>GtkOrientable</a>.</p>
130
134
</div>
131
 
<div class="refsect1" lang="en">
 
135
<div class="refsect1" title="Properties">
132
136
<a name="GimpColorSelection.properties"></a><h2>Properties</h2>
133
137
<pre class="synopsis">
134
138
  "<a class="link" href="GimpColorSelection.html#GimpColorSelection--config" title='The "config" property'>config</a>"                   <a
136
140
>GimpColorConfig</a>*      : Write
137
141
</pre>
138
142
</div>
139
 
<div class="refsect1" lang="en">
 
143
<div class="refsect1" title="Signals">
140
144
<a name="GimpColorSelection.signals"></a><h2>Signals</h2>
141
145
<pre class="synopsis">
142
146
  "<a class="link" href="GimpColorSelection.html#GimpColorSelection-color-changed" title='The "color-changed" signal'>color-changed</a>"                                  : Run First
143
147
</pre>
144
148
</div>
145
 
<div class="refsect1" lang="en">
 
149
<div class="refsect1" title="Description">
146
150
<a name="GimpColorSelection.description"></a><h2>Description</h2>
147
151
<p>
148
 
 
149
152
</p>
150
153
</div>
151
 
<div class="refsect1" lang="en">
 
154
<div class="refsect1" title="Details">
152
155
<a name="GimpColorSelection.details"></a><h2>Details</h2>
153
 
<div class="refsect2" lang="en">
 
156
<div class="refsect2" title="GimpColorSelection">
154
157
<a name="GimpColorSelection-struct"></a><h3>GimpColorSelection</h3>
155
158
<pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
156
159
<p>
157
 
 
158
160
</p>
159
161
</div>
160
162
<hr>
161
 
<div class="refsect2" lang="en">
 
163
<div class="refsect2" title="gimp_color_selection_new ()">
162
164
<a name="gimp-color-selection-new"></a><h3>gimp_color_selection_new ()</h3>
163
165
<pre class="programlisting"><a
164
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
165
 
>GtkWidget</a>*          gimp_color_selection_new            (void);</pre>
 
166
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
167
>GtkWidget</a> *         gimp_color_selection_new            (void);</pre>
166
168
<p>
167
169
Creates a new <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p>
168
170
<p>
169
 
 
170
171
</p>
171
172
<div class="variablelist"><table border="0">
172
173
<col align="left" valign="top">
178
179
</table></div>
179
180
</div>
180
181
<hr>
181
 
<div class="refsect2" lang="en">
 
182
<div class="refsect2" title="gimp_color_selection_set_show_alpha ()">
182
183
<a name="gimp-color-selection-set-show-alpha"></a><h3>gimp_color_selection_set_show_alpha ()</h3>
183
184
<pre class="programlisting">void                gimp_color_selection_set_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
184
185
                                                         <a
187
188
<p>
188
189
Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em class="parameter"><code>selection</code></em> widget.</p>
189
190
<p>
190
 
 
191
191
</p>
192
192
<div class="variablelist"><table border="0">
193
193
<col align="left" valign="top">
206
206
</table></div>
207
207
</div>
208
208
<hr>
209
 
<div class="refsect2" lang="en">
 
209
<div class="refsect2" title="gimp_color_selection_get_show_alpha ()">
210
210
<a name="gimp-color-selection-get-show-alpha"></a><h3>gimp_color_selection_get_show_alpha ()</h3>
211
211
<pre class="programlisting"><a
212
212
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
214
214
<p>
215
215
Returns the <em class="parameter"><code>selection</code></em>'s <em class="parameter"><code>show_alpha</code></em> property.</p>
216
216
<p>
217
 
 
218
217
</p>
219
218
<div class="variablelist"><table border="0">
220
219
<col align="left" valign="top">
227
226
<tr>
228
227
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
229
228
<td> <a
230
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
229
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
231
230
><span class="type">TRUE</span></a> if the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> has alpha controls.
232
231
</td>
233
232
</tr>
235
234
</table></div>
236
235
</div>
237
236
<hr>
238
 
<div class="refsect2" lang="en">
 
237
<div class="refsect2" title="gimp_color_selection_set_color ()">
239
238
<a name="gimp-color-selection-set-color"></a><h3>gimp_color_selection_set_color ()</h3>
240
239
<pre class="programlisting">void                gimp_color_selection_set_color      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
241
240
                                                         const <a
244
243
<p>
245
244
Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to the new <em class="parameter"><code>color</code></em>.</p>
246
245
<p>
247
 
 
248
246
</p>
249
247
<div class="variablelist"><table border="0">
250
248
<col align="left" valign="top">
263
261
</table></div>
264
262
</div>
265
263
<hr>
266
 
<div class="refsect2" lang="en">
 
264
<div class="refsect2" title="gimp_color_selection_get_color ()">
267
265
<a name="gimp-color-selection-get-color"></a><h3>gimp_color_selection_get_color ()</h3>
268
266
<pre class="programlisting">void                gimp_color_selection_get_color      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
269
267
                                                         <a
272
270
<p>
273
271
This function returns the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color.</p>
274
272
<p>
275
 
 
276
273
</p>
277
274
<div class="variablelist"><table border="0">
278
275
<col align="left" valign="top">
291
288
</table></div>
292
289
</div>
293
290
<hr>
294
 
<div class="refsect2" lang="en">
 
291
<div class="refsect2" title="gimp_color_selection_set_old_color ()">
295
292
<a name="gimp-color-selection-set-old-color"></a><h3>gimp_color_selection_set_old_color ()</h3>
296
293
<pre class="programlisting">void                gimp_color_selection_set_old_color  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
297
294
                                                         const <a
300
297
<p>
301
298
Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p>
302
299
<p>
303
 
 
304
300
</p>
305
301
<div class="variablelist"><table border="0">
306
302
<col align="left" valign="top">
319
315
</table></div>
320
316
</div>
321
317
<hr>
322
 
<div class="refsect2" lang="en">
 
318
<div class="refsect2" title="gimp_color_selection_get_old_color ()">
323
319
<a name="gimp-color-selection-get-old-color"></a><h3>gimp_color_selection_get_old_color ()</h3>
324
320
<pre class="programlisting">void                gimp_color_selection_get_old_color  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
325
321
                                                         <a
328
324
<p>
329
325
This function returns the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p>
330
326
<p>
331
 
 
332
327
</p>
333
328
<div class="variablelist"><table border="0">
334
329
<col align="left" valign="top">
347
342
</table></div>
348
343
</div>
349
344
<hr>
350
 
<div class="refsect2" lang="en">
 
345
<div class="refsect2" title="gimp_color_selection_reset ()">
351
346
<a name="gimp-color-selection-reset"></a><h3>gimp_color_selection_reset ()</h3>
352
347
<pre class="programlisting">void                gimp_color_selection_reset          (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
353
348
<p>
354
349
Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to its old color.</p>
355
350
<p>
356
 
 
357
351
</p>
358
352
<div class="variablelist"><table border="0">
359
353
<col align="left" valign="top">
365
359
</table></div>
366
360
</div>
367
361
<hr>
368
 
<div class="refsect2" lang="en">
 
362
<div class="refsect2" title="gimp_color_selection_color_changed ()">
369
363
<a name="gimp-color-selection-color-changed"></a><h3>gimp_color_selection_color_changed ()</h3>
370
364
<pre class="programlisting">void                gimp_color_selection_color_changed  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
371
365
<p>
372
366
Emits the "color-changed" signal.</p>
373
367
<p>
374
 
 
375
368
</p>
376
369
<div class="variablelist"><table border="0">
377
370
<col align="left" valign="top">
383
376
</table></div>
384
377
</div>
385
378
<hr>
386
 
<div class="refsect2" lang="en">
 
379
<div class="refsect2" title="gimp_color_selection_set_config ()">
387
380
<a name="gimp-color-selection-set-config"></a><h3>gimp_color_selection_set_config ()</h3>
388
381
<pre class="programlisting">void                gimp_color_selection_set_config     (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
389
382
                                                         <a
392
385
<p>
393
386
Sets the color management configuration to use with this color selection.</p>
394
387
<p>
395
 
 
396
388
</p>
397
389
<div class="variablelist"><table border="0">
398
390
<col align="left" valign="top">
409
401
</tr>
410
402
</tbody>
411
403
</table></div>
412
 
<p class="since">Since  GIMP 2.4
413
 
</p>
414
 
</div>
415
 
</div>
416
 
<div class="refsect1" lang="en">
 
404
<p class="since">Since GIMP 2.4</p>
 
405
</div>
 
406
</div>
 
407
<div class="refsect1" title="Property Details">
417
408
<a name="GimpColorSelection.property-details"></a><h2>Property Details</h2>
418
 
<div class="refsect2" lang="en">
 
409
<div class="refsect2" title='The "config" property'>
419
410
<a name="GimpColorSelection--config"></a><h3>The <code class="literal">"config"</code> property</h3>
420
411
<pre class="programlisting">  "config"                   <a
421
412
href="../libgimpconfig/GimpColorConfig.html"
423
414
<p></p>
424
415
</div>
425
416
</div>
426
 
<div class="refsect1" lang="en">
 
417
<div class="refsect1" title="Signal Details">
427
418
<a name="GimpColorSelection.signal-details"></a><h2>Signal Details</h2>
428
 
<div class="refsect2" lang="en">
 
419
<div class="refsect2" title='The "color-changed" signal'>
429
420
<a name="GimpColorSelection-color-changed"></a><h3>The <code class="literal">"color-changed"</code> signal</h3>
430
421
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
431
422
                                                        <a
432
423
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
433
424
>gpointer</a>            user_data)               : Run First</pre>
434
425
<p>
435
 
 
436
426
</p>
437
427
<div class="variablelist"><table border="0">
438
428
<col align="left" valign="top">
440
430
<tr>
441
431
<td><p><span class="term"><em class="parameter"><code>gimpcolorselection</code></em> :</span></p></td>
442
432
<td>the object which received the signal.
443
 
 
444
433
</td>
445
434
</tr>
446
435
<tr>
454
443
</div>
455
444
<div class="footer">
456
445
<hr>
457
 
          Generated by GTK-Doc V1.10</div>
 
446
          Generated by GTK-Doc V1.11</div>
458
447
</body>
459
448
</html>