forked from AuroraMiddleware/gtk
372c4d2627
1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs. * gtk/gtk-sections.txt: rearranged GtkCombo section. * gtk/tmpl/gtkvseparator.sgml: * gtk/tmpl/gtkhseparator.sgml: * gtk/tmpl/gtkgc.sgml: * gtk/tmpl/gtkfeatures.sgml: * gtk/tmpl/gtktipsquery.sgml: * gtk/tmpl/gtkitem.sgml: * gtk/tmpl/gtkinvisible.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkdata.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkaccellabel.sgml: documented.
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkGammaCurve
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
a subclass of #GtkCurve for editing gamma curves.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The #GtkGammaCurve widget is a subclass of #GtkCurve specifically for
|
|
editing gamma curves, which are used in graphics applications such as the
|
|
Gimp.
|
|
</para>
|
|
<para>
|
|
The #GammaCurve 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
|
|
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.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkGammaCurve ##### -->
|
|
<para>
|
|
The #GtkGammaCurve-struct struct contains private data only, and
|
|
should be accessed using the functions below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_gamma_curve_new ##### -->
|
|
<para>
|
|
Creates a new #GtkGammaCurve.
|
|
</para>
|
|
|
|
@Returns: a new #GtkGammaCurve.
|
|
|
|
|