Freeciv-3.2
|
Go to the source code of this file.
Functions | |
void | option_dialog_popup (const char *name, const struct option_set *poptset) |
void | option_dialog_popdown (const struct option_set *poptset) |
void | option_gui_update (struct option *poption) |
void | option_gui_add (struct option *poption) |
void | option_gui_remove (struct option *poption) |
void option_dialog_popdown | ( | const struct option_set * | poptset | ) |
Popdown the option dialog for the option set. FIXME/PORTME
Definition at line 40 of file optiondlg.c.
Popup the option dialog for the option set. FIXME/PORTME
Definition at line 31 of file optiondlg.c.
Add the GUI for the option. FIXME/PORTME
Definition at line 58 of file optiondlg.c.
Remove the GUI for the option. FIXME/PORTME
Definition at line 67 of file optiondlg.c.
Update the GUI for the option. FIXME/PORTME
Definition at line 49 of file optiondlg.c.