NetSurf
|
Data Fields | |
struct toolbar * | toolbar |
struct theme_descriptor * | descriptor |
int | icon_number |
struct toolbar_display * | next |
Definition at line 49 of file con_theme.c.
struct theme_descriptor* toolbar_display::descriptor |
Definition at line 51 of file con_theme.c.
Referenced by ro_gui_options_theme_load().
int toolbar_display::icon_number |
Definition at line 52 of file con_theme.c.
Referenced by ro_gui_options_theme_load().
struct toolbar_display* toolbar_display::next |
Definition at line 53 of file con_theme.c.
Referenced by ro_gui_options_theme_load().
struct toolbar* toolbar_display::toolbar |
Definition at line 50 of file con_theme.c.
Referenced by ro_gui_options_theme_click(), ro_gui_options_theme_free(), ro_gui_options_theme_initialise(), ro_gui_options_theme_load(), and ro_gui_options_theme_ok().