| GTK+ Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GtkGammaCurve |
The GtkGammaCurve widget is a subclass of GtkCurve specifically for editing gamma curves, which are used in graphics applications such as the Gimp.
The
struct GtkGammaCurve; |
The GtkGammaCurve struct contains private data only, and should be accessed using the functions below.
GtkWidget* gtk_gamma_curve_new (void); |
Creates a new GtkGammaCurve.
| Returns : | a new GtkGammaCurve. |