Microchip® Advanced Software Framework

widget_context_audio Struct Reference

Widget application context.

Data Fields

struct wtk_basic_frameframe
 Pointer to frame for application. More...
 
struct gfx_bitmap frame_bg
 Frame background object. More...
 
struct wtk_icon_groupicon_group
 
struct wtk_icon_buttonicons [ICON_AUDIO_MAX_ID]
 
struct wtk_labellbl_board_name
 Label widget for board name label. More...
 
struct wtk_labellbl_func_name
 Label widget for function name label. More...
 
struct wtk_basic_framelogo_frame
 Pointer to frame for logo frame. More...
 

struct wtk_basic_frame* widget_context_audio::frame

Pointer to frame for application.

Referenced by app_widget_audio_on().

struct gfx_bitmap widget_context_audio::frame_bg

Frame background object.

struct wtk_icon_group* widget_context_audio::icon_group
struct wtk_icon_button* widget_context_audio::icons[ICON_AUDIO_MAX_ID]
struct wtk_label* widget_context_audio::lbl_board_name

Label widget for board name label.

struct wtk_label* widget_context_audio::lbl_func_name

Label widget for function name label.

struct wtk_basic_frame* widget_context_audio::logo_frame

Pointer to frame for logo frame.