gui/widgets/slider_bar.h file

A slider widget that looks like a progress bar.

Contents

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.