Freeciv-3.3
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 1870 of file wldlg.c.

Referenced by ok_worklist_editor_callback(), popdown_all_game_dialogs(), and popdown_worklist_editor_callback().

◆ 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 1061 of file wldlg.c.

Referenced by button_up_on_map(), change_prod_dlg_callback(), change_production_callback(), edit_worklist_callback(), and popup_worklist_from_city_report_callback().