56 int x,
int y,
int width,
int height);
69 int x,
int y,
int width,
int height);
This file contains definitions and structs used on all platforms. Platform specific definitions are l...
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)