NetSurf
Data Fields
throbber Struct Reference
Collaboration diagram for throbber:
[legend]

Data Fields

struct theme_descriptortheme
 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
 

Detailed Description

Definition at line 45 of file throbber.c.

Field Documentation

◆ current_frame

int throbber::current_frame

◆ extent

os_box throbber::extent

◆ force_redraw

bool throbber::force_redraw

◆ hidden

bool throbber::hidden

◆ icon

wimp_i throbber::icon

◆ last_update

os_t throbber::last_update

◆ max_frame

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

◆ shaded

bool throbber::shaded

◆ sprite_name

char throbber::sprite_name[THROBBER_SPRITE_NAME_LENGTH]

◆ sprites

osspriteop_area* throbber::sprites

◆ theme

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

◆ window

wimp_w throbber::window

◆ x_min

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

◆ y_min

int throbber::y_min

The documentation for this struct was generated from the following file: