Application context. More...

Data Fields | |
| struct wtk_progress_bar * | progress_bar |
| Progress bar-widget for font loading. | |
| struct wtk_basic_frame * | frame |
| The application frame. | |
| struct workqueue_task | task |
| Workqueue task to use for the application. | |
| struct gfx_bitmap | background |
| Frame background bitmap. | |
| struct wtk_button * | btn_exit |
| Exit-button widget. | |
| struct wtk_button * | btn_next |
| Next-button widget. | |
| struct wtk_button * | btn_prev |
| Previous-button widget. | |
| struct font * | current_font_loading |
| Buffer for font loading. | |
| struct font | prev_sysfont |
| Backup copy of the system font to restore upon exit. | |
| uint8_t | page_number |
| Current page to show. | |
Application context.
Definition at line 115 of file app_fonts.c.
| struct gfx_bitmap app_fonts::background |
Frame background bitmap.
Definition at line 123 of file app_fonts.c.
| struct wtk_button* app_fonts::btn_exit |
Exit-button widget.
Definition at line 125 of file app_fonts.c.
Referenced by app_fonts_load_worker().
| struct wtk_button* app_fonts::btn_next |
Next-button widget.
Definition at line 127 of file app_fonts.c.
Referenced by app_fonts_load_worker().
| struct wtk_button* app_fonts::btn_prev |
Previous-button widget.
Definition at line 129 of file app_fonts.c.
Referenced by app_fonts_load_worker().
| struct font* app_fonts::current_font_loading |
Buffer for font loading.
Definition at line 131 of file app_fonts.c.
Referenced by app_fonts_load(), and app_fonts_load_worker().
| struct wtk_basic_frame* app_fonts::frame |
The application frame.
Definition at line 119 of file app_fonts.c.
Referenced by app_fonts_frame_command_handler(), and app_fonts_load_worker().
Current page to show.
Definition at line 135 of file app_fonts.c.
Referenced by app_fonts_frame_command_handler(), app_fonts_frame_draw_handler(), and app_fonts_load_worker().
| struct font app_fonts::prev_sysfont |
Backup copy of the system font to restore upon exit.
Definition at line 133 of file app_fonts.c.
Referenced by app_fonts_frame_command_handler(), and app_fonts_load_worker().
Progress bar-widget for font loading.
Definition at line 117 of file app_fonts.c.
Referenced by app_fonts_load().
| struct workqueue_task app_fonts::task |
Workqueue task to use for the application.
Definition at line 121 of file app_fonts.c.
Referenced by app_fonts_load().
1.6.3