file
slider_bar.hA slider widget that looks like a progress bar.
Contents
- Reference
Functions
- auto _slider_bar_widget_new(float(*)(void*) get_val, void(*)(void*, float) set_val, void* object, float min, float max, int width, int height, float zero, const char* text) -> SliderBarWidget*
- Creates a new SliderBarWidget.