| Top |
| GList * | ags_scale_area_find_specifier () |
| void | ags_scale_area_paint () |
| AgsScaleArea * | ags_scale_area_new () |
| #define | AGS_IS_SCALE_AREA() |
| #define | AGS_SCALE_AREA() |
| #define | AGS_SCALE_AREA_CLASS() |
| #define | AGS_SCALE_AREA_GET_CLASS() |
| GType | ags_scale_area_get_type () |
| #define | AGS_SCALE_AREA_DEFAULT_HEIGHT |
| #define | AGS_TYPE_SCALE_AREA |
| struct | AgsScaleArea |
| struct | AgsScaleAreaClass |
GList * ags_scale_area_find_specifier (GList *scale_area,gchar *specifier);
void ags_scale_area_paint (AgsScaleArea *scale_area,cairo_t *cr,gdouble x_offset,gdouble y_offset);
AgsScaleArea * ags_scale_area_new (GtkDrawingArea *drawing_area,gchar *control_name,gdouble lower,gdouble upper,gdouble steps);
Create a new AgsScaleArea.
drawing_area |
the assigned GtkDrawingArea |
|
control_name |
the control name |
|
lower |
lower bound |
|
upper |
upper bound |
|
steps |
n-steps |
Since: 1.0.0
#define AGS_IS_SCALE_AREA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SCALE_AREA))
#define AGS_SCALE_AREA(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SCALE_AREA, AgsScaleArea))
#define AGS_SCALE_AREA_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SCALE_AREA, AgsScaleAreaClass))
#define AGS_SCALE_AREA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SCALE_AREA, AgsScaleAreaClass))