Freeciv-3.2
|
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) |
Close worklist from view.
Definition at line 1853 of file wldlg.c.
Referenced by ok_worklist_editor_callback(), popdown_all_game_dialogs(), and popdown_worklist_editor_callback().
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.
Referenced by button_up_on_map(), change_prod_dlg_callback(), change_production_callback(), edit_worklist_callback(), and popup_worklist_from_city_report_callback().