Microchip® Advanced Software Framework

widget_context_settings_date Struct Reference

Widget application context for date settings.

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_DATE_MAX_ID]
 
struct wtk_labellbl_board_name
 Label widget for board name. More...
 
struct wtk_labellbl_func_name
 Label widget for function name. More...
 
struct wtk_labellbl_indication [TOTAL_NUM_DATE_LABLE]
 Label widget for indication label. More...
 
struct wtk_basic_framelogo_frame
 Pointer to logo frame. More...
 

struct wtk_basic_frame* widget_context_settings_date::frame

Pointer to frame for application.

Referenced by app_widget_launch_settings_date(), and app_widget_settings_date_on().

struct gfx_bitmap widget_context_settings_date::frame_bg

Frame background object.

Referenced by app_widget_launch_settings_date().

struct wtk_icon_group* widget_context_settings_date::icon_group
struct wtk_icon_button* widget_context_settings_date::icons[ICON_SETTINGS_DATE_MAX_ID]
struct wtk_label* widget_context_settings_date::lbl_board_name

Label widget for board name.

Referenced by app_widget_launch_settings_date().

struct wtk_label* widget_context_settings_date::lbl_func_name

Label widget for function name.

Referenced by app_widget_launch_settings_date().

struct wtk_label* widget_context_settings_date::lbl_indication[TOTAL_NUM_DATE_LABLE]

Label widget for indication label.

Referenced by app_widget_launch_settings_date(), and widget_settings_date_setup_command_handler().

struct wtk_basic_frame* widget_context_settings_date::logo_frame

Pointer to logo frame.

Referenced by app_widget_launch_settings_date().