|
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 _slider_released(void *w_, void *button_, void *user_data)
_slider_released - redraw the slider when button released
Widget_t * add_vslider(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_vslider - add a vertical slider to a Widget_t connect to func.value_changed_callback to implement...
void _draw_vslider(void *w_, void *user_data)
_draw_vslider - internal draw the slider to the buffer
Widget_t * add_hslider(Widget_t *parent, const char *label, int x, int y, int width, int height)
add_hslider - add a horizontal slider to a Widget_t connect to func.value_changed_callback to impleme...
void _draw_hslider(void *w_, void *user_data)
_draw_hslider - internal draw the slider 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