Freeciv-3.3
Loading...
Searching...
No Matches
Functions
optiondlg.c File Reference
#include "log.h"
#include "gui_stub.h"
#include "optiondlg.h"

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)
 

Function Documentation

◆ option_dialog_popdown()

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.

◆ option_dialog_popup()

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.

◆ option_gui_add()

void option_gui_add ( struct option poption)

Add the GUI for the option. FIXME/PORTME

Definition at line 58 of file optiondlg.c.

◆ option_gui_remove()

void option_gui_remove ( struct option poption)

Remove the GUI for the option. FIXME/PORTME

Definition at line 67 of file optiondlg.c.

◆ option_gui_update()

void option_gui_update ( struct option poption)

Update the GUI for the option. FIXME/PORTME

Definition at line 49 of file optiondlg.c.