|
Freeciv-3.4
|
#include <gtk/gtk.h>Go to the source code of this file.
Functions | |
| void | unit_select_dialog_popup_main (struct tile *ptile, bool create) |
| void | unit_select_dialog_popdown (void) |
| GdkPixbuf * | usdlg_get_unit_image (const struct unit *punit) |
| const char * | usdlg_get_unit_descr (const struct unit *punit) |
Popdown the unit selection dialog.
Popdown a dialog window to select units on a particular tile.
Popdown the unit selection dialog.
Definition at line 207 of file unitselect.c.
Popup the unit selection dialog.
Definition at line 186 of file unitselect.c.
Get an unit selection list item suitable description of the specified unit.
Definition at line 779 of file unitselect.c.