Freeciv21
Develop your civilization from humble roots to a global empire
optiondlg_g.h File Reference
+ 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...
 

Function Documentation

◆ option_dialog_popdown()

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().

◆ option_dialog_popup()

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().

◆ option_gui_update()

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().