|
Freeciv-3.2
|
#include <gtk/gtk.h>#include "improvement.h"#include "unittype.h"#include "worklist.h"#include "climisc.h"#include "wldlg_g.h"Go to the source code of this file.
Functions | |
| void | popup_worklists_report (void) |
| GtkWidget * | create_worklist (void) |
| void | reset_city_worklist (GtkWidget *editor, struct city *pcity) |
| void | refresh_worklist (GtkWidget *editor) |
| void | add_worklist_dnd_target (GtkWidget *w, gboolean(drag_drop_cb)(GtkDropTarget *target, const GValue *value, double x, double y, gpointer data), gpointer data) |
| void | blank_max_unit_size (void) |
Illegal initialization value for max unit size variables
Definition at line 79 of file wldlg.c.
Referenced by popdown_races_dialog(), and tileset_changed().
Worklist editor shell.
Definition at line 1054 of file wldlg.c.
Referenced by create_and_append_worklist_page(), and popup_worklist().
Open worklists report
Definition at line 287 of file wldlg.c.
Referenced by create_wl_menu(), popup_add_menu(), worklists_callback(), and worklists_callback().
Refresh worklist info
Definition at line 1327 of file wldlg.c.
Referenced by commit_worklist(), future_callback(), popup_worklist(), real_city_dialog_refresh(), and refresh_all_city_worklists().
Reset worklist for city
Definition at line 1279 of file wldlg.c.
Referenced by create_and_append_worklist_page(), and switch_city_callback().