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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpColorSelector.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:
59
59
#define             <a class="link" href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE:CAPS" title="GIMP_COLOR_SELECTOR_SIZE">GIMP_COLOR_SELECTOR_SIZE</a>
60
60
#define             <a class="link" href="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS" title="GIMP_COLOR_SELECTOR_BAR_SIZE">GIMP_COLOR_SELECTOR_BAR_SIZE</a>
61
61
enum                <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a>;
62
 
<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>GtkWidget</a>*          <a class="link" href="GimpColorSelector.html#gimp-color-selector-new" title="gimp_color_selector_new ()">gimp_color_selector_new</a>             (<a
65
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
66
 
>GType</a> selector_type,
 
62
GtkWidget*          <a class="link" href="GimpColorSelector.html#gimp-color-selector-new" title="gimp_color_selector_new ()">gimp_color_selector_new</a>             (GType selector_type,
67
63
                                                         const <a
68
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
64
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
69
65
>GimpRGB</a> *rgb,
70
66
                                                         const <a
71
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
 
67
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
72
68
>GimpHSV</a> *hsv,
73
69
                                                         <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
74
70
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-toggles-visible" title="gimp_color_selector_set_toggles_visible ()">gimp_color_selector_set_toggles_visible</a>
75
71
                                                        (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
76
 
                                                         <a
77
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
78
 
>gboolean</a> visible);
 
72
                                                         gboolean visible);
79
73
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-toggles-sensitive" title="gimp_color_selector_set_toggles_sensitive ()">gimp_color_selector_set_toggles_sensitive</a>
80
74
                                                        (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
81
 
                                                         <a
82
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
83
 
>gboolean</a> sensitive);
 
75
                                                         gboolean sensitive);
84
76
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-show-alpha" title="gimp_color_selector_set_show_alpha ()">gimp_color_selector_set_show_alpha</a>  (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
85
 
                                                         <a
86
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
87
 
>gboolean</a> show_alpha);
 
77
                                                         gboolean show_alpha);
88
78
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-color" title="gimp_color_selector_set_color ()">gimp_color_selector_set_color</a>       (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
89
79
                                                         const <a
90
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
80
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
91
81
>GimpRGB</a> *rgb,
92
82
                                                         const <a
93
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
 
83
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
94
84
>GimpHSV</a> *hsv);
95
85
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-channel" title="gimp_color_selector_set_channel ()">gimp_color_selector_set_channel</a>     (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
96
86
                                                         <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
98
88
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-channel-changed" title="gimp_color_selector_channel_changed ()">gimp_color_selector_channel_changed</a> (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);
99
89
void                <a class="link" href="GimpColorSelector.html#gimp-color-selector-set-config" title="gimp_color_selector_set_config ()">gimp_color_selector_set_config</a>      (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
100
90
                                                         <a
101
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
91
href="../libgimpconfig/GimpColorConfig.html"
102
92
>GimpColorConfig</a> *config);
103
93
</pre>
104
94
</div>
105
95
<div class="refsect1" lang="en">
106
96
<a name="GimpColorSelector.object-hierarchy"></a><h2>Object Hierarchy</h2>
107
97
<pre class="synopsis">
108
 
  <a
109
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
110
 
>GObject</a>
111
 
   +----<a
112
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
113
 
>GInitiallyUnowned</a>
114
 
         +----<a
115
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
116
 
>GtkObject</a>
117
 
               +----<a
118
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
119
 
>GtkWidget</a>
120
 
                     +----<a
121
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
122
 
>GtkContainer</a>
123
 
                           +----<a
124
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
125
 
>GtkBox</a>
126
 
                                 +----<a
127
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
128
 
>GtkVBox</a>
 
98
  GObject
 
99
   +----GInitiallyUnowned
 
100
         +----GtkObject
 
101
               +----GtkWidget
 
102
                     +----GtkContainer
 
103
                           +----GtkBox
 
104
                                 +----GtkVBox
129
105
                                       +----GimpColorSelector
130
106
                                             +----<a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a>
131
107
                                             +----<a class="link" href="GimpColorScales.html" title="GimpColorScales">GimpColorScales</a>
241
217
<hr>
242
218
<div class="refsect2" lang="en">
243
219
<a name="gimp-color-selector-new"></a><h3>gimp_color_selector_new ()</h3>
244
 
<pre class="programlisting"><a
245
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
246
 
>GtkWidget</a>*          gimp_color_selector_new             (<a
247
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
248
 
>GType</a> selector_type,
 
220
<pre class="programlisting">GtkWidget*          gimp_color_selector_new             (GType selector_type,
249
221
                                                         const <a
250
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
222
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
251
223
>GimpRGB</a> *rgb,
252
224
                                                         const <a
253
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
 
225
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
254
226
>GimpHSV</a> *hsv,
255
227
                                                         <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
256
228
<p>
294
266
<a name="gimp-color-selector-set-toggles-visible"></a><h3>gimp_color_selector_set_toggles_visible ()</h3>
295
267
<pre class="programlisting">void                gimp_color_selector_set_toggles_visible
296
268
                                                        (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
297
 
                                                         <a
298
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
299
 
>gboolean</a> visible);</pre>
 
269
                                                         gboolean visible);</pre>
300
270
<p>
301
271
 
302
272
</p>
323
293
<a name="gimp-color-selector-set-toggles-sensitive"></a><h3>gimp_color_selector_set_toggles_sensitive ()</h3>
324
294
<pre class="programlisting">void                gimp_color_selector_set_toggles_sensitive
325
295
                                                        (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
326
 
                                                         <a
327
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
328
 
>gboolean</a> sensitive);</pre>
 
296
                                                         gboolean sensitive);</pre>
329
297
<p>
330
298
 
331
299
</p>
351
319
<div class="refsect2" lang="en">
352
320
<a name="gimp-color-selector-set-show-alpha"></a><h3>gimp_color_selector_set_show_alpha ()</h3>
353
321
<pre class="programlisting">void                gimp_color_selector_set_show_alpha  (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
354
 
                                                         <a
355
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
356
 
>gboolean</a> show_alpha);</pre>
 
322
                                                         gboolean show_alpha);</pre>
357
323
<p>
358
324
 
359
325
</p>
380
346
<a name="gimp-color-selector-set-color"></a><h3>gimp_color_selector_set_color ()</h3>
381
347
<pre class="programlisting">void                gimp_color_selector_set_color       (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
382
348
                                                         const <a
383
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
349
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
384
350
>GimpRGB</a> *rgb,
385
351
                                                         const <a
386
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
 
352
href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
387
353
>GimpHSV</a> *hsv);</pre>
388
354
<p>
389
355
 
478
444
<a name="gimp-color-selector-set-config"></a><h3>gimp_color_selector_set_config ()</h3>
479
445
<pre class="programlisting">void                gimp_color_selector_set_config      (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
480
446
                                                         <a
481
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
447
href="../libgimpconfig/GimpColorConfig.html"
482
448
>GimpColorConfig</a> *config);</pre>
483
449
<p>
484
450
Sets the color management configuration to use with this color selector.</p>
509
475
<div class="refsect2" lang="en">
510
476
<a name="GimpColorSelector-channel-changed"></a><h3>The <code class="literal">"channel-changed"</code> signal</h3>
511
477
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
512
 
                                                        <a
513
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
514
 
>gint</a>               arg1,
515
 
                                                        <a
516
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
517
 
>gpointer</a>           user_data)              : Run First</pre>
 
478
                                                        gint               arg1,
 
479
                                                        gpointer           user_data)              : Run First</pre>
518
480
<p>
519
481
 
520
482
</p>
543
505
<div class="refsect2" lang="en">
544
506
<a name="GimpColorSelector-color-changed"></a><h3>The <code class="literal">"color-changed"</code> signal</h3>
545
507
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
546
 
                                                        <a
547
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
548
 
>gpointer</a>           arg1,
549
 
                                                        <a
550
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
551
 
>gpointer</a>           arg2,
552
 
                                                        <a
553
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
554
 
>gpointer</a>           user_data)              : Run First</pre>
 
508
                                                        gpointer           arg1,
 
509
                                                        gpointer           arg2,
 
510
                                                        gpointer           user_data)              : Run First</pre>
555
511
<p>
556
512
 
557
513
</p>
585
541
<div class="refsect1" lang="en">
586
542
<a name="GimpColorSelector.see-also"></a><h2>See Also</h2>
587
543
<p>
588
 
<a
589
 
href="/usr/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html#GModule"
590
 
><span class="type">GModule</span></a>
 
544
<span class="type">GModule</span>
591
545
</p>
592
546
<p>
593
 
<a
594
 
href="/usr/share/gtk-doc/html/gobject/GTypeModule.html"
595
 
><span class="type">GTypeModule</span></a>
 
547
<span class="type">GTypeModule</span>
596
548
</p>
597
549
<p>
598
550
<span class="type">libgimp-gimpmodule</span>