Widget application context. More...

Data Fields | |
| struct wtk_basic_frame * | frame |
| Pointer to frame for application. | |
| struct wtk_slider * | slider |
| Pointer to slider. | |
| struct wtk_progress_bar * | pb |
| Pointer to progress bar. | |
| struct gfx_bitmap | background |
| Background bitmap used. | |
| struct gfx_bitmap | subframe_background |
| Bitmap used as background in the subframe. | |
| struct font | old_sysfont |
| Copy of the sysfont before it is modified by the application. | |
| uint8_t | color_scheme |
| Current color scheme in use. | |
| bool | color_invert |
| Current color scheme has inverted colors. | |
Widget application context.
Definition at line 155 of file app_widget.c.
Background bitmap used.
Definition at line 163 of file app_widget.c.
Current color scheme has inverted colors.
Definition at line 171 of file app_widget.c.
Referenced by app_widget_update_colors(), and widget_frame_command_handler().
Current color scheme in use.
Definition at line 169 of file app_widget.c.
Referenced by app_widget_update_colors(), and widget_frame_command_handler().
| struct wtk_basic_frame* widget_context::frame |
Pointer to frame for application.
Definition at line 157 of file app_widget.c.
| struct font widget_context::old_sysfont |
Copy of the sysfont before it is modified by the application.
Definition at line 167 of file app_widget.c.
Referenced by widget_frame_command_handler().
| struct wtk_progress_bar* widget_context::pb |
Pointer to progress bar.
Definition at line 161 of file app_widget.c.
Referenced by app_widget_update_colors(), and widget_frame_command_handler().
| struct wtk_slider* widget_context::slider |
Pointer to slider.
Definition at line 159 of file app_widget.c.
Referenced by widget_frame_command_handler().
Bitmap used as background in the subframe.
Definition at line 165 of file app_widget.c.
1.6.3