Context for the clock application. More...

Data Fields | |
| struct wtk_basic_frame * | frame |
| Pointer to the main frame of the application. | |
| struct gfx_bitmap | background |
| Background bitmap for application. | |
| struct font | prev_sysfont |
| Font used to store a copy of the system font while running. | |
Context for the clock application.
Definition at line 113 of file app_clock.c.
| struct gfx_bitmap app_clock::background |
Background bitmap for application.
Definition at line 117 of file app_clock.c.
| struct wtk_basic_frame* app_clock::frame |
Pointer to the main frame of the application.
Definition at line 115 of file app_clock.c.
| struct font app_clock::prev_sysfont |
Font used to store a copy of the system font while running.
Definition at line 119 of file app_clock.c.
Referenced by app_clock_frame_command_handler().
1.6.3