Freeciv-3.3
|
#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.
Enable button to open option dialog.
Definition at line 1366 of file optiondlg.c.
Create button to open option dialog.
Definition at line 1382 of file optiondlg.c.
Popup the option dialog for the option set.
Popup the option dialog for the option set. FIXME/PORTME
Definition at line 972 of file optiondlg.c.
User interacted with the option dialog button.
Definition at line 1345 of file optiondlg.c.
Close option dialog.
Definition at line 1451 of file optiondlg.c.
Popup the main option menu dialog.
Definition at line 1432 of file optiondlg.c.