Freeciv-3.1
|
#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) |
void unit_select_dialog_popdown | ( | void | ) |
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.
const char * usdlg_get_unit_descr | ( | const struct unit * | punit | ) |
Get an unit selection list item suitable description of the specified unit.
Definition at line 786 of file unitselect.c.
GdkPixbuf * usdlg_get_unit_image | ( | const struct unit * | punit | ) |
Get an unit selection list item suitable image of the specified unit.
Caller is responsible for getting rid of the returned image after use.
Definition at line 765 of file unitselect.c.