Go to the first, previous, next, last section, table of contents.


6.15 The curve widget

6.15.1 Description

Derived from see section 6.18 The drawing area widget.

6.15.2 Options

User Option: type

6.15.3 Signals

6.15.4 Functions

Function: guint gtk_curve_get_type (void)
Returns the GtkCurve type identifier.

Function: GtkWidget* gtk_curve_new (void)
Create a new GtkCurve returning the new widget as a pointer to a GtkWidget object.

Function: void gtk_curve_reset (GtkCurve *curve)

Function: void gtk_curve_set_gamma (GtkCurve *curve, gfloat gamma)

Function: void gtk_curve_set_range (GtkCurve *curve, gfloat min_x, gfloat max_x, gfloat min_y, gfloat max_y)

Function: void gtk_curve_get_vector (GtkCurve *curve, int veclen, gfloat vector[])

Function: void gtk_curve_set_vector (GtkCurve *curve, int veclen, gfloat vector[])

Function: void gtk_curve_set_curve_type (GtkCurve *curve, GtkCurveType type)

@gtkstdmacros{Curve, CURVE}


Go to the first, previous, next, last section, table of contents.