~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: 2009-03-17 03:00:24 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317030024-gnp1dhd0hnt80f4h
Tags: 2.6.6-0ubuntu1
* New upstream release (LP: #344052)
* debian/patches/04_from_bugzilla_572403.patch:
  - Dropped, the fix is in the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
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
65
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
66
                                                         <a
67
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
67
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
68
68
>gboolean</a> show_alpha);
69
69
<a
70
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
70
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
71
71
>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);
72
72
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,
73
73
                                                         const <a
97
97
<a name="GimpColorSelection.object-hierarchy"></a><h2>Object Hierarchy</h2>
98
98
<pre class="synopsis">
99
99
  <a
100
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
100
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
101
101
>GObject</a>
102
102
   +----<a
103
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
103
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
104
104
>GInitiallyUnowned</a>
105
105
         +----<a
106
106
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
182
182
<a name="gimp-color-selection-set-show-alpha"></a><h3>gimp_color_selection_set_show_alpha ()</h3>
183
183
<pre class="programlisting">void                gimp_color_selection_set_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
184
184
                                                         <a
185
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
185
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
186
186
>gboolean</a> show_alpha);</pre>
187
187
<p>
188
188
Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em class="parameter"><code>selection</code></em> widget.</p>
209
209
<div class="refsect2" lang="en">
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
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
212
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
213
213
>gboolean</a>            gimp_color_selection_get_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
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>
227
227
<tr>
228
228
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
229
229
<td> <a
230
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
230
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
231
231
><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
232
</td>
233
233
</tr>
429
429
<a name="GimpColorSelection-color-changed"></a><h3>The <code class="literal">"color-changed"</code> signal</h3>
430
430
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
431
431
                                                        <a
432
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
432
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
433
433
>gpointer</a>            user_data)               : Run First</pre>
434
434
<p>
435
435