Microchip® Advanced Software Framework

widget_context_settings_backlight Struct Reference

Backlight settings widget 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_BACKLIGHT_MAX_ID]
 
struct wtk_labellbl_board_name
 Label widget for board name label. More...
 
struct wtk_labellbl_func_name
 Label widget for backlight function string lable. More...
 
struct wtk_basic_framelogo_frame
 Pointer to frame for the logo frame. More...
 

struct wtk_basic_frame* widget_context_settings_backlight::frame

Pointer to frame for application.

Referenced by app_widget_settings_backlight_on().

struct gfx_bitmap widget_context_settings_backlight::frame_bg

Frame background object.

struct wtk_icon_group* widget_context_settings_backlight::icon_group
struct wtk_icon_button* widget_context_settings_backlight::icons[ICON_SETTINGS_BACKLIGHT_MAX_ID]
struct wtk_label* widget_context_settings_backlight::lbl_board_name

Label widget for board name label.

struct wtk_label* widget_context_settings_backlight::lbl_func_name

Label widget for backlight function string lable.

struct wtk_basic_frame* widget_context_settings_backlight::logo_frame

Pointer to frame for the logo frame.