31 int x,
int y,
int width,
int height) {
52 int x,
int y,
int width,
int height) {
evfunc button_release_callback
xevfunc mem_free_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
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 set_slider_image_frame_count(Widget_t *w, int count)
set_slider_image_frame_count - set the number of sprites in the Slider Image
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 slider_mem_free(void *w_, void *user_data)
void _slider_released(void *w_, void *button_, void *user_data)
_slider_released - redraw the slider when button released
void _draw_hslider(void *w_, void *user_data)
_draw_hslider - internal draw the slider to the buffer
void _draw_vslider(void *w_, void *user_data)
_draw_vslider - internal draw the slider to the buffer