widget_context Struct Reference
[Widget demo application]

Widget application context. More...

Collaboration diagram for widget_context:
Collaboration graph
[legend]

Data Fields

struct wtk_basic_frameframe
 Pointer to frame for application.
struct wtk_sliderslider
 Pointer to slider.
struct wtk_progress_barpb
 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.

Detailed Description

Widget application context.

Definition at line 155 of file app_widget.c.


Field Documentation

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().

Pointer to frame for application.

Definition at line 157 of file app_widget.c.

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().

Pointer to progress bar.

Definition at line 161 of file app_widget.c.

Referenced by app_widget_update_colors(), and widget_frame_command_handler().

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.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 14:10:03 2010 for display-demo by  doxygen 1.6.3