EasyGUI
gui_slider_t Struct Reference

Slider object structure. More...

Data Fields

gui_handle C
 
int32_t min
 
int32_t max
 
int32_t value
 
gui_slider_mode_t mode
 
uint8_t max_size
 
uint8_t current_size
 
uint8_t flags
 

Detailed Description

Slider object structure.

Field Documentation

◆ C

GUI handle object, must always be first on list

◆ current_size

uint8_t current_size

Current size for animation

◆ flags

uint8_t flags

Widget flags

◆ max

int32_t max

High value for slider

◆ max_size

uint8_t max_size

Max size for animation

◆ min

int32_t min

Low value for slider

◆ mode

Slider mode

◆ value

int32_t value

Current value for slider