1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkGammaCurve
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
1999-09-22 21:30:57 +00:00
|
|
|
a subclass of #GtkCurve for editing gamma curves.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
2003-04-12 23:29:46 +00:00
|
|
|
<note>
|
2001-02-03 01:09:41 +00:00
|
|
|
<para>
|
2003-04-12 23:29:46 +00:00
|
|
|
This widget is considered too specialized/little-used for
|
2001-02-03 01:09:41 +00:00
|
|
|
GTK+, and will in the future be moved to some other package. If
|
|
|
|
your application needs this widget, feel free to use it, as the
|
|
|
|
widget does work and is useful in some applications; it's just not
|
|
|
|
of general interest. However, we are not accepting new features for
|
|
|
|
the widget, and it will eventually move out of the GTK+
|
|
|
|
distribution.
|
|
|
|
</para>
|
2003-04-12 23:29:46 +00:00
|
|
|
</note>
|
1999-08-16 18:51:52 +00:00
|
|
|
<para>
|
2001-10-18 22:08:33 +00:00
|
|
|
The #GtkGammaCurve widget is a variant of #GtkCurve specifically for
|
1999-09-22 21:30:57 +00:00
|
|
|
editing gamma curves, which are used in graphics applications such as the
|
|
|
|
Gimp.
|
|
|
|
</para>
|
|
|
|
<para>
|
2001-10-18 22:08:33 +00:00
|
|
|
The #GtkGammaCurve widget shows a curve which the user can edit with the
|
|
|
|
mouse just like a #GtkCurve widget. On the right of the curve it also displays
|
1999-09-22 21:30:57 +00:00
|
|
|
5 buttons, 3 of which change between the 3 curve modes (spline, linear and
|
|
|
|
free), and the other 2 set the curve to a particular gamma value, or reset it
|
|
|
|
to a straight line.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkGammaCurve ##### -->
|
|
|
|
<para>
|
2001-10-18 22:08:33 +00:00
|
|
|
The #GtkGammaCurve struct contains private data only, and
|
1999-09-22 21:30:57 +00:00
|
|
|
should be accessed using the functions below.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_gamma_curve_new ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
Creates a new #GtkGammaCurve.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
1999-09-22 21:30:57 +00:00
|
|
|
@Returns: a new #GtkGammaCurve.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
|