#include <gdk/gdk.h>
#include <gtk/gtkdrawingarea.h>
Functions |
GType | stpui_curve_get_type (void) G_GNUC_CONST |
GtkWidget * | stpui_curve_new (void) |
void | stpui_curve_reset (StpuiCurve *curve) |
void | stpui_curve_set_gamma (StpuiCurve *curve, gfloat gamma_) |
void | stpui_curve_set_range (StpuiCurve *curve, gfloat min_x, gfloat max_x, gfloat min_y, gfloat max_y) |
void | stpui_curve_get_vector (StpuiCurve *curve, int veclen, gfloat vector[]) |
void | stpui_curve_set_vector (StpuiCurve *curve, int veclen, const gfloat vector[]) |
void | stpui_curve_set_curve_type (StpuiCurve *curve, StpuiCurveType type) |
Macro Definition Documentation
#define STPUI_IS_CURVE |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), STPUI_TYPE_CURVE)) |
#define STPUI_IS_CURVE_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), STPUI_TYPE_CURVE)) |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
STPUI_CURVE_TYPE_LINEAR |
|
STPUI_CURVE_TYPE_SPLINE |
|
STPUI_CURVE_TYPE_FREE |
|
Function Documentation
GType stpui_curve_get_type |
( |
void |
| ) |
|
void stpui_curve_get_vector |
( |
StpuiCurve * |
curve, |
|
|
int |
veclen, |
|
|
gfloat |
vector[] |
|
) |
| |
GtkWidget* stpui_curve_new |
( |
void |
| ) |
|
void stpui_curve_set_gamma |
( |
StpuiCurve * |
curve, |
|
|
gfloat |
gamma_ |
|
) |
| |
void stpui_curve_set_range |
( |
StpuiCurve * |
curve, |
|
|
gfloat |
min_x, |
|
|
gfloat |
max_x, |
|
|
gfloat |
min_y, |
|
|
gfloat |
max_y |
|
) |
| |
void stpui_curve_set_vector |
( |
StpuiCurve * |
curve, |
|
|
int |
veclen, |
|
|
const gfloat |
vector[] |
|
) |
| |