![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | option_dialog_popup (const char *name, const struct option_set *poptset) |
| Popup the option dialog for the option set. More... | |
| void | option_dialog_popdown (const struct option_set *poptset) |
| Popdown the option dialog for the option set. More... | |
| void | option_gui_update (struct option *poption) |
| Update the GUI for the option. More... | |
| void option_dialog_popdown | ( | const struct option_set * | poptset | ) |
Popdown the option dialog for the option set.
Definition at line 798 of file optiondlg.cpp.
Referenced by server_options_free().
| void option_dialog_popup | ( | const char * | name, |
| const struct option_set * | poptset | ||
| ) |
Popup the option dialog for the option set.
Definition at line 722 of file optiondlg.cpp.
Referenced by popup_client_options().
| void option_gui_update | ( | struct option * | poption | ) |
Update the GUI for the option.
Definition at line 812 of file optiondlg.cpp.
Referenced by option_changed().