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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpColorSelection.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:
58
58
<a name="GimpColorSelection.synopsis"></a><h2>Synopsis</h2>
59
59
<pre class="synopsis">
60
60
                    <a class="link" href="GimpColorSelection.html#GimpColorSelection-struct" title="GimpColorSelection">GimpColorSelection</a>;
61
 
<a
62
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
63
 
>GtkWidget</a>*          <a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()">gimp_color_selection_new</a>            (void);
 
61
GtkWidget*          <a class="link" href="GimpColorSelection.html#gimp-color-selection-new" title="gimp_color_selection_new ()">gimp_color_selection_new</a>            (void);
64
62
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,
65
 
                                                         <a
66
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
67
 
>gboolean</a> show_alpha);
68
 
<a
69
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
70
 
>gboolean</a>            <a class="link" href="GimpColorSelection.html#gimp-color-selection-get-show-alpha" title="gimp_color_selection_get_show_alpha ()">gimp_color_selection_get_show_alpha</a> (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
 
63
                                                         gboolean show_alpha);
 
64
gboolean            <a class="link" href="GimpColorSelection.html#gimp-color-selection-get-show-alpha" title="gimp_color_selection_get_show_alpha ()">gimp_color_selection_get_show_alpha</a> (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
71
65
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-set-color" title="gimp_color_selection_set_color ()">gimp_color_selection_set_color</a>      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
72
66
                                                         const <a
73
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
67
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
74
68
>GimpRGB</a> *color);
75
69
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-get-color" title="gimp_color_selection_get_color ()">gimp_color_selection_get_color</a>      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
76
70
                                                         <a
77
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
71
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
78
72
>GimpRGB</a> *color);
79
73
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-set-old-color" title="gimp_color_selection_set_old_color ()">gimp_color_selection_set_old_color</a>  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
80
74
                                                         const <a
81
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
75
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
82
76
>GimpRGB</a> *color);
83
77
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-get-old-color" title="gimp_color_selection_get_old_color ()">gimp_color_selection_get_old_color</a>  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
84
78
                                                         <a
85
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
79
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
86
80
>GimpRGB</a> *color);
87
81
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-reset" title="gimp_color_selection_reset ()">gimp_color_selection_reset</a>          (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
88
82
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-color-changed" title="gimp_color_selection_color_changed ()">gimp_color_selection_color_changed</a>  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);
89
83
void                <a class="link" href="GimpColorSelection.html#gimp-color-selection-set-config" title="gimp_color_selection_set_config ()">gimp_color_selection_set_config</a>     (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
90
84
                                                         <a
91
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
85
href="../libgimpconfig/GimpColorConfig.html"
92
86
>GimpColorConfig</a> *config);
93
87
</pre>
94
88
</div>
95
89
<div class="refsect1" lang="en">
96
90
<a name="GimpColorSelection.object-hierarchy"></a><h2>Object Hierarchy</h2>
97
91
<pre class="synopsis">
98
 
  <a
99
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
100
 
>GObject</a>
101
 
   +----<a
102
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
103
 
>GInitiallyUnowned</a>
104
 
         +----<a
105
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
106
 
>GtkObject</a>
107
 
               +----<a
108
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
109
 
>GtkWidget</a>
110
 
                     +----<a
111
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
112
 
>GtkContainer</a>
113
 
                           +----<a
114
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
115
 
>GtkBox</a>
116
 
                                 +----<a
117
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
118
 
>GtkVBox</a>
 
92
  GObject
 
93
   +----GInitiallyUnowned
 
94
         +----GtkObject
 
95
               +----GtkWidget
 
96
                     +----GtkContainer
 
97
                           +----GtkBox
 
98
                                 +----GtkVBox
119
99
                                       +----GimpColorSelection
120
100
</pre>
121
101
</div>
129
109
<a name="GimpColorSelection.properties"></a><h2>Properties</h2>
130
110
<pre class="synopsis">
131
111
  "<a class="link" href="GimpColorSelection.html#GimpColorSelection--config" title='The "config" property'>config</a>"                   <a
132
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
112
href="../libgimpconfig/GimpColorConfig.html"
133
113
>GimpColorConfig</a>*      : Write
134
114
</pre>
135
115
</div>
157
137
<hr>
158
138
<div class="refsect2" lang="en">
159
139
<a name="gimp-color-selection-new"></a><h3>gimp_color_selection_new ()</h3>
160
 
<pre class="programlisting"><a
161
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
162
 
>GtkWidget</a>*          gimp_color_selection_new            (void);</pre>
 
140
<pre class="programlisting">GtkWidget*          gimp_color_selection_new            (void);</pre>
163
141
<p>
164
142
Creates a new <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> widget.</p>
165
143
<p>
178
156
<div class="refsect2" lang="en">
179
157
<a name="gimp-color-selection-set-show-alpha"></a><h3>gimp_color_selection_set_show_alpha ()</h3>
180
158
<pre class="programlisting">void                gimp_color_selection_set_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
181
 
                                                         <a
182
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
183
 
>gboolean</a> show_alpha);</pre>
 
159
                                                         gboolean show_alpha);</pre>
184
160
<p>
185
161
Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em class="parameter"><code>selection</code></em> widget.</p>
186
162
<p>
205
181
<hr>
206
182
<div class="refsect2" lang="en">
207
183
<a name="gimp-color-selection-get-show-alpha"></a><h3>gimp_color_selection_get_show_alpha ()</h3>
208
 
<pre class="programlisting"><a
209
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
210
 
>gboolean</a>            gimp_color_selection_get_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
 
184
<pre class="programlisting">gboolean            gimp_color_selection_get_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
211
185
<p>
212
186
Returns the <em class="parameter"><code>selection</code></em>'s <em class="parameter"><code>show_alpha</code></em> property.</p>
213
187
<p>
223
197
</tr>
224
198
<tr>
225
199
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
226
 
<td> <a
227
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
228
 
><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.
 
200
<td> <span class="type">TRUE</span> if the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a> has alpha controls.
229
201
</td>
230
202
</tr>
231
203
</tbody>
236
208
<a name="gimp-color-selection-set-color"></a><h3>gimp_color_selection_set_color ()</h3>
237
209
<pre class="programlisting">void                gimp_color_selection_set_color      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
238
210
                                                         const <a
239
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
211
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
240
212
>GimpRGB</a> *color);</pre>
241
213
<p>
242
214
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>
264
236
<a name="gimp-color-selection-get-color"></a><h3>gimp_color_selection_get_color ()</h3>
265
237
<pre class="programlisting">void                gimp_color_selection_get_color      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
266
238
                                                         <a
267
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
239
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
268
240
>GimpRGB</a> *color);</pre>
269
241
<p>
270
242
This function returns the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color.</p>
292
264
<a name="gimp-color-selection-set-old-color"></a><h3>gimp_color_selection_set_old_color ()</h3>
293
265
<pre class="programlisting">void                gimp_color_selection_set_old_color  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
294
266
                                                         const <a
295
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
267
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
296
268
>GimpRGB</a> *color);</pre>
297
269
<p>
298
270
Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p>
320
292
<a name="gimp-color-selection-get-old-color"></a><h3>gimp_color_selection_get_old_color ()</h3>
321
293
<pre class="programlisting">void                gimp_color_selection_get_old_color  (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
322
294
                                                         <a
323
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
295
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
324
296
>GimpRGB</a> *color);</pre>
325
297
<p>
326
298
This function returns the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s old color.</p>
384
356
<a name="gimp-color-selection-set-config"></a><h3>gimp_color_selection_set_config ()</h3>
385
357
<pre class="programlisting">void                gimp_color_selection_set_config     (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
386
358
                                                         <a
387
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
359
href="../libgimpconfig/GimpColorConfig.html"
388
360
>GimpColorConfig</a> *config);</pre>
389
361
<p>
390
362
Sets the color management configuration to use with this color selection.</p>
415
387
<div class="refsect2" lang="en">
416
388
<a name="GimpColorSelection--config"></a><h3>The <code class="literal">"config"</code> property</h3>
417
389
<pre class="programlisting">  "config"                   <a
418
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
390
href="../libgimpconfig/GimpColorConfig.html"
419
391
>GimpColorConfig</a>*      : Write</pre>
420
392
<p></p>
421
393
</div>
425
397
<div class="refsect2" lang="en">
426
398
<a name="GimpColorSelection-color-changed"></a><h3>The <code class="literal">"color-changed"</code> signal</h3>
427
399
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
428
 
                                                        <a
429
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
430
 
>gpointer</a>            user_data)               : Run First</pre>
 
400
                                                        gpointer            user_data)               : Run First</pre>
431
401
<p>
432
402
 
433
403
</p>