|
libxputty
0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
|
|
Go to the documentation of this file.
27 int x,
int y,
int width,
int height) {
42 int x,
int y,
int width,
int height) {
void _draw_knob_image(void *w_, void *user_data)
_draw_knob_image - internal draw the knob to the buffer
Widget_t * add_image_knob(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_image_knob - add a knob from image to a Widget_t without value display on the knob connect to fun...
Widget_t * add_knob(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_knob - add a knob to a Widget_t connect to func.value_changed_callback to implement your actions ...
void _knob_released(void *w_, void *button_, void *user_data)
_knob_released - redraw the slider when buttob released
void _draw_knob(void *w_, void *user_data)
_draw_knob - internal draw the knob to the buffer
evfunc button_release_callback
Adjustment_t * add_adjustment(Widget_t *w, float std_value, float value, float min_value, float max_value, float step, CL_type type)
*add_adjustment - adding a adjustment to a Widget_t