EasyGUI
gui_radio_t Struct Reference

Radio object structure. More...

Data Fields

gui_handle C
 
uint8_t group_id
 
uint32_t value
 
uint32_t selected_value
 
uint8_t flags
 

Detailed Description

Radio object structure.

Field Documentation

◆ C

GUI handle object, must always be first on list

◆ flags

uint8_t flags

flags for radio

◆ group_id

uint8_t group_id

Group ID for radio box

◆ selected_value

uint32_t selected_value

Currently selected value in radio group.

Note
All widgets in the same group share the same value in this field all the time

◆ value

uint32_t value

Single radio value when selected