Freeciv-3.3
|
#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 214 of file unitselect.c.
Popup the unit selection dialog.
Definition at line 193 of file unitselect.c.
Get an unit selection list item suitable description of the specified unit.
Definition at line 786 of file unitselect.c.