Microchip® Advanced Software Framework

widget_context_settings_time Struct Reference

Time 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_TIME_MAX_ID]
 
struct wtk_labellbl_board_name
 Label widget for board name. More...
 
struct wtk_labellbl_func_name
 Label widget for time settings function string. More...
 
struct wtk_labellbl_indication [TOTAL_NUM_TIME_LABEL]
 Label widget for indications. More...
 
struct wtk_basic_framelogo_frame
 Pointer to logo frame. More...
 

struct wtk_basic_frame* widget_context_settings_time::frame

Pointer to frame for application.

Referenced by app_widget_launch_settings_time(), and app_widget_settings_time_on().

struct gfx_bitmap widget_context_settings_time::frame_bg

Frame background object.

Referenced by app_widget_launch_settings_time().

struct wtk_icon_group* widget_context_settings_time::icon_group
struct wtk_icon_button* widget_context_settings_time::icons[ICON_SETTINGS_TIME_MAX_ID]
struct wtk_label* widget_context_settings_time::lbl_board_name

Label widget for board name.

Referenced by app_widget_launch_settings_time().

struct wtk_label* widget_context_settings_time::lbl_func_name

Label widget for time settings function string.

Referenced by app_widget_launch_settings_time().

struct wtk_label* widget_context_settings_time::lbl_indication[TOTAL_NUM_TIME_LABEL]

Label widget for indications.

Referenced by app_widget_launch_settings_time(), and widget_settings_time_setup_command_handler().

struct wtk_basic_frame* widget_context_settings_time::logo_frame

Pointer to logo frame.

Referenced by app_widget_launch_settings_time().