Freeciv-3.2
Loading...
Searching...
No Matches
Functions
wldlg.h File Reference
#include "worklist.h"
#include "global_worklist.h"
#include "wldlg_g.h"

Go to the source code of this file.

Functions

void popup_worklist_editor (struct city *pcity, struct global_worklist *gwl)
 
void popdown_worklist_editor (void)
 

Function Documentation

◆ popdown_worklist_editor()

void popdown_worklist_editor ( void  )

Close worklist from view.

Definition at line 1853 of file wldlg.c.

◆ popup_worklist_editor()

void popup_worklist_editor ( struct city pcity,
struct global_worklist gwl 
)

Global/City worklist editor. if pcity == NULL then function takes worklist as global worklist. worklist must be not NULL.

Definition at line 1055 of file wldlg.c.