Microchip® Advanced Software Framework

widget_context_settings 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_SETTINGS_MAX_ID]
 
struct wtk_labellbl_board_name
 Label widget for board name. More...
 
struct wtk_labellbl_func_name
 Label widget for function name string. More...
 
struct wtk_basic_framelogo_frame
 Pointer to frame for logo. More...
 

struct wtk_basic_frame* widget_context_settings::frame

Pointer to frame for application.

Referenced by app_widget_settings_on().

struct gfx_bitmap widget_context_settings::frame_bg

Frame background object.

struct wtk_icon_group* widget_context_settings::icon_group
struct wtk_icon_button* widget_context_settings::icons[ICON_SETTINGS_MAX_ID]
struct wtk_label* widget_context_settings::lbl_board_name

Label widget for board name.

struct wtk_label* widget_context_settings::lbl_func_name

Label widget for function name string.

struct wtk_basic_frame* widget_context_settings::logo_frame

Pointer to frame for logo.