Freeciv-3.1
|
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.
void option_dialog_popup | ( | const char * | name, |
const struct option_set * | poptset | ||
) |
Popup the option dialog for the option set. FIXME/PORTME
Definition at line 31 of file optiondlg.c.
void option_gui_add | ( | struct option * | poption | ) |
Add the GUI for the option. FIXME/PORTME
Definition at line 58 of file optiondlg.c.
void option_gui_remove | ( | struct option * | poption | ) |
Remove the GUI for the option. FIXME/PORTME
Definition at line 67 of file optiondlg.c.
void option_gui_update | ( | struct option * | poption | ) |
Update the GUI for the option. FIXME/PORTME
Definition at line 49 of file optiondlg.c.