NetSurf
|
#include <theme.h>
Data Fields | |
osspriteop_area * | sprite_area |
sprite area for theme More... | |
int | throbber_width |
width of the throbber More... | |
int | throbber_height |
height of the throbber More... | |
int | throbber_frames |
frames of animation for the throbber More... | |
int | users |
number of users for the theme More... | |
osspriteop_area* theme::sprite_area |
sprite area for theme
Definition at line 65 of file theme.h.
Referenced by ro_gui_theme_close(), ro_gui_theme_get_sprites(), and ro_gui_theme_open().
int theme::throbber_frames |
frames of animation for the throbber
Definition at line 68 of file theme.h.
Referenced by ro_gui_theme_get_throbber_data(), and ro_gui_theme_open().
int theme::throbber_height |
height of the throbber
Definition at line 67 of file theme.h.
Referenced by ro_gui_theme_get_throbber_data(), and ro_gui_theme_open().
int theme::throbber_width |
width of the throbber
Definition at line 66 of file theme.h.
Referenced by ro_gui_theme_get_throbber_data(), and ro_gui_theme_open().
int theme::users |
number of users for the theme
Definition at line 69 of file theme.h.
Referenced by ro_gui_theme_close(), and ro_gui_theme_open().