The files application context. More...

Data Fields | |
| struct wtk_basic_frame * | frame |
| Basic frame covering entire screen used to hold text and buttons. | |
| struct gfx_bitmap | background |
| Background bitmap for application. | |
| struct workqueue_task * | task |
| Pointer to application work queue used for loading the font. | |
| struct font | old_sysfont |
| Font used to store a copy of the system font while running. | |
| uint_fast8_t | page_number |
| Current page number to be drawn on the screen. | |
The files application context.
Definition at line 116 of file app_files.c.
| struct gfx_bitmap app_files::background |
Background bitmap for application.
Definition at line 120 of file app_files.c.
| struct wtk_basic_frame* app_files::frame |
Basic frame covering entire screen used to hold text and buttons.
Definition at line 118 of file app_files.c.
Referenced by app_files_frame_command_handler(), and app_files_load_worker().
| struct font app_files::old_sysfont |
Font used to store a copy of the system font while running.
Definition at line 124 of file app_files.c.
Referenced by app_files_frame_command_handler().
Current page number to be drawn on the screen.
Definition at line 126 of file app_files.c.
Referenced by app_files_frame_command_handler(), app_files_frame_draw_handler(), and app_files_load_worker().
| struct workqueue_task* app_files::task |
Pointer to application work queue used for loading the font.
Definition at line 122 of file app_files.c.
1.6.3