|
Freeciv-3.2
|
#include "optiondlg_g.h"Go to the source code of this file.
Functions | |
| void | popup_optiondlg (void) |
| void | popdown_optiondlg (bool leave_game) |
| void | option_dialog_popup (const char *name, const struct option_set *poptset) |
| void | init_options_button (void) |
| void | enable_options_button (void) |
| void | disable_options_button (void) |
| int | optiondlg_callback (struct widget *button) |
Disable button to open option dialog.
Definition at line 1374 of file optiondlg.c.
Referenced by disable_main_widgets().
Enable button to open option dialog.
Definition at line 1366 of file optiondlg.c.
Referenced by back_callback(), disconnect_callback(), enable_main_widgets(), init_options_button(), and show_game_page().
Create button to open option dialog.
Definition at line 1382 of file optiondlg.c.
Referenced by show_game_page().
Popup the option dialog for the option set.
Popup the option dialog for the option set. FIXME/PORTME
Definition at line 985 of file optiondlg.c.
User interacted with the option dialog button.
Definition at line 1345 of file optiondlg.c.
Referenced by init_options_button(), and popup_minimap_window().
Close option dialog.
Definition at line 1451 of file optiondlg.c.
Referenced by back_callback(), disconnect_callback(), exit_callback(), and popdown_all_game_dialogs().
Popup the main option menu dialog.
Definition at line 1432 of file optiondlg.c.
Referenced by option_dialog_popup(), optiondlg_callback(), and options_callback().