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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-10 00:13:42 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081010001342-uja9qine9uybggd9
Tags: 2.6.1-1ubuntu1
* Sync new bugfix version on debian (lp: #280345, #280848)
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  - updated some strings for ubuntu
* debian/rules:
  - updated translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
<a name="GimpColorScale.synopsis"></a><h2>Synopsis</h2>
56
56
<pre class="synopsis">
57
57
                    <a class="link" href="GimpColorScale.html#GimpColorScale-struct" title="GimpColorScale">GimpColorScale</a>;
58
 
GtkWidget*          <a class="link" href="GimpColorScale.html#gimp-color-scale-new" title="gimp_color_scale_new ()">gimp_color_scale_new</a>                (GtkOrientation orientation,
 
58
<a
 
59
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
60
>GtkWidget</a>*          <a class="link" href="GimpColorScale.html#gimp-color-scale-new" title="gimp_color_scale_new ()">gimp_color_scale_new</a>                (<a
 
61
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
 
62
>GtkOrientation</a> orientation,
59
63
                                                         <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
60
64
void                <a class="link" href="GimpColorScale.html#gimp-color-scale-set-channel" title="gimp_color_scale_set_channel ()">gimp_color_scale_set_channel</a>        (<a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
61
65
                                                         <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);
71
75
<div class="refsect1" lang="en">
72
76
<a name="GimpColorScale.object-hierarchy"></a><h2>Object Hierarchy</h2>
73
77
<pre class="synopsis">
74
 
  GObject
75
 
   +----GInitiallyUnowned
76
 
         +----GtkObject
77
 
               +----GtkWidget
78
 
                     +----GtkRange
79
 
                           +----GtkScale
 
78
  <a
 
79
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
80
>GObject</a>
 
81
   +----<a
 
82
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
83
>GInitiallyUnowned</a>
 
84
         +----<a
 
85
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
86
>GtkObject</a>
 
87
               +----<a
 
88
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
89
>GtkWidget</a>
 
90
                     +----<a
 
91
href="/usr/share/gtk-doc/html/gtk/GtkRange.html"
 
92
>GtkRange</a>
 
93
                           +----<a
 
94
href="/usr/share/gtk-doc/html/gtk/GtkScale.html"
 
95
>GtkScale</a>
80
96
                                 +----GimpColorScale
81
97
</pre>
82
98
</div>
84
100
<a name="GimpColorScale.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
85
101
<p>
86
102
GimpColorScale implements
87
 
 AtkImplementorIface and  GtkBuildable.</p>
 
103
 AtkImplementorIface and  <a
 
104
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
 
105
>GtkBuildable</a>.</p>
88
106
</div>
89
107
<div class="refsect1" lang="en">
90
108
<a name="GimpColorScale.description"></a><h2>Description</h2>
104
122
<hr>
105
123
<div class="refsect2" lang="en">
106
124
<a name="gimp-color-scale-new"></a><h3>gimp_color_scale_new ()</h3>
107
 
<pre class="programlisting">GtkWidget*          gimp_color_scale_new                (GtkOrientation orientation,
 
125
<pre class="programlisting"><a
 
126
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
127
>GtkWidget</a>*          gimp_color_scale_new                (<a
 
128
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
 
129
>GtkOrientation</a> orientation,
108
130
                                                         <a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel" title="enum GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
109
131
<p>
110
132
Creates a new <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widget.</p>