Microchip® Advanced Software Framework

wtk_icon_group Struct Reference

This is the icon button group control struct.

It contains the necessary information about a icon 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_icon_group_size_t num_references
 Number of members in this group. More...
 
struct wtk_icon_buttonselected
 Currently selected member. More...
 

wtk_icon_group_size_t wtk_icon_group::num_references

Number of members in this group.

Referenced by wtk_icon_button_create(), wtk_icon_button_handler(), and wtk_icon_group_create().