Microchip® Advanced Software Framework

wtk_radio_group Struct Reference

This is the radio button group control struct.

It contains the necessary information about a radio button group, i.e. number of members in the group and the current selected one.

Note
Structure fields are only internally accessible, only pointers to structure is needed externally.

Data Fields

wtk_radio_group_size_t num_references
 Number of members in this group. More...
 
struct wtk_radio_buttonselected
 Currently selected member. More...
 

wtk_radio_group_size_t wtk_radio_group::num_references

Number of members in this group.

Referenced by wtk_radio_button_create(), wtk_radio_button_handler(), and wtk_radio_group_create().