|
Freeciv-3.1
|
#include <widget_checkbox.h>
Data Fields | |
| SDL_Surface * | true_theme |
| SDL_Surface * | false_theme |
| bool | state |
Definition at line 17 of file widget_checkbox.h.
| SDL_Surface* checkbox::false_theme |
Definition at line 19 of file widget_checkbox.h.
Referenced by create_checkbox(), remove_clause_widget_from_list(), set_new_checkbox_theme(), toggle_checkbox(), and update_acceptance_icons().
| bool checkbox::state |
Definition at line 20 of file widget_checkbox.h.
Referenced by create_checkbox(), get_checkbox_state(), remove_clause_widget_from_list(), set_new_checkbox_theme(), toggle_checkbox(), and update_acceptance_icons().
| SDL_Surface* checkbox::true_theme |
Definition at line 18 of file widget_checkbox.h.
Referenced by create_checkbox(), set_new_checkbox_theme(), toggle_checkbox(), and update_acceptance_icons().