NetSurf
|
Data Fields | |
struct theme_descriptor * | theme |
The applied theme (or NULL to use the default) More... | |
int | x_min |
The widget dimensions. More... | |
int | y_min |
wimp_w | window |
The window and icon details. More... | |
wimp_i | icon |
os_box | extent |
osspriteop_area * | sprites |
bool | hidden |
bool | shaded |
int | max_frame |
The animation details. More... | |
int | current_frame |
os_t | last_update |
char | sprite_name [THROBBER_SPRITE_NAME_LENGTH] |
bool | force_redraw |
Definition at line 45 of file throbber.c.
int throbber::current_frame |
Definition at line 62 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), and ro_gui_throbber_stop().
os_box throbber::extent |
Definition at line 55 of file throbber.c.
Referenced by ro_gui_throbber_create(), ro_gui_throbber_help_suffix(), ro_gui_throbber_icon_resize(), ro_gui_throbber_icon_update(), and ro_gui_throbber_set_extent().
bool throbber::force_redraw |
Definition at line 65 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), ro_gui_throbber_rebuild(), and ro_gui_throbber_stop().
bool throbber::hidden |
Definition at line 57 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), ro_gui_throbber_help_suffix(), ro_gui_throbber_hide(), ro_gui_throbber_icon_update(), and ro_gui_throbber_stop().
wimp_i throbber::icon |
Definition at line 54 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), ro_gui_throbber_help_suffix(), ro_gui_throbber_icon_resize(), ro_gui_throbber_icon_update(), ro_gui_throbber_rebuild(), ro_gui_throbber_set_extent(), and ro_gui_throbber_stop().
os_t throbber::last_update |
Definition at line 63 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), and ro_gui_throbber_stop().
int throbber::max_frame |
The animation details.
Definition at line 61 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), and ro_gui_throbber_rebuild().
bool throbber::shaded |
Definition at line 58 of file throbber.c.
Referenced by ro_gui_throbber_create(), ro_gui_throbber_icon_update(), and ro_gui_throbber_rebuild().
char throbber::sprite_name[THROBBER_SPRITE_NAME_LENGTH] |
Definition at line 64 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_icon_update(), ro_gui_throbber_rebuild(), and ro_gui_throbber_stop().
osspriteop_area* throbber::sprites |
Definition at line 56 of file throbber.c.
Referenced by ro_gui_throbber_create(), ro_gui_throbber_icon_update(), and ro_gui_throbber_rebuild().
struct theme_descriptor* throbber::theme |
The applied theme (or NULL to use the default)
Definition at line 47 of file throbber.c.
Referenced by ro_gui_throbber_create(), and ro_gui_throbber_rebuild().
wimp_w throbber::window |
The window and icon details.
Definition at line 53 of file throbber.c.
Referenced by ro_gui_throbber_animate(), ro_gui_throbber_create(), ro_gui_throbber_icon_resize(), ro_gui_throbber_icon_update(), ro_gui_throbber_rebuild(), ro_gui_throbber_set_extent(), and ro_gui_throbber_stop().
int throbber::x_min |
The widget dimensions.
Definition at line 50 of file throbber.c.
Referenced by ro_gui_throbber_create(), ro_gui_throbber_get_dims(), ro_gui_throbber_rebuild(), and ro_gui_throbber_set_extent().
int throbber::y_min |
Definition at line 50 of file throbber.c.
Referenced by ro_gui_throbber_create(), ro_gui_throbber_get_dims(), ro_gui_throbber_rebuild(), and ro_gui_throbber_set_extent().