Freeciv-3.3
|
Data Fields | ||
struct tile * | ptile | |
int | unit_id_focus | |
GtkWidget * | shell | |
GtkWidget * | notebook | |
struct { | ||
GtkTreeStore * store | ||
GtkWidget * view | ||
GtkTreePath * path | ||
} | units | |
struct { | ||
GtkTreeStore * store | ||
GtkWidget * page | ||
GtkWidget * view | ||
GtkTreePath * path | ||
GtkWidget * cmd [USDLG_CMD_LAST] | ||
} | tabs [SELLOC_COUNT] | |
struct { | ||
GtkTreeStore * store | ||
GtkWidget * view | ||
GtkTreePath * path | ||
} | units | |
struct { | ||
GtkTreeStore * store | ||
GtkWidget * page | ||
GtkWidget * view | ||
GtkTreePath * path | ||
GtkWidget * cmd [USDLG_CMD_LAST] | ||
} | tabs [SELLOC_COUNT] | |
struct { | ||
GtkTreeStore * store | ||
GtkWidget * view | ||
GtkTreePath * path | ||
} | units | |
struct { | ||
GtkTreeStore * store | ||
GtkWidget * page | ||
GtkWidget * view | ||
GtkTreePath * path | ||
GtkWidget * cmd [USDLG_CMD_LAST] | ||
} | tabs [SELLOC_COUNT] | |
Definition at line 117 of file unitselect.c.
GtkWidget* unit_select_dialog::cmd[USDLG_CMD_LAST] |
Definition at line 136 of file unitselect.c.
Referenced by usdlg_cmd_cursor_changed(), and usdlg_tab_select().
GtkWidget * unit_select_dialog::notebook |
Definition at line 122 of file unitselect.c.
Referenced by usdlg_create(), and usdlg_tab_select().
GtkWidget* unit_select_dialog::page |
Definition at line 132 of file unitselect.c.
Referenced by usdlg_refresh(), and usdlg_tab_select().
GtkTreePath* unit_select_dialog::path |
Definition at line 127 of file unitselect.c.
Referenced by usdlg_refresh(), and usdlg_tab_append_units().
Definition at line 118 of file unitselect.c.
Referenced by unit_select_dialog_popup_main(), usdlg_cmd_exec(), usdlg_create(), usdlg_refresh(), and usdlg_tile().
GtkWidget * unit_select_dialog::shell |
Definition at line 121 of file unitselect.c.
Referenced by unit_select_dialog_popup_main(), usdlg_create(), and usdlg_destroy().
GtkTreeStore* unit_select_dialog::store |
Definition at line 125 of file unitselect.c.
Referenced by usdlg_tab_append_units(), usdlg_tab_select(), and usdlg_tab_update().
struct { ... } unit_select_dialog::tabs[SELLOC_COUNT] |
struct { ... } unit_select_dialog::tabs[SELLOC_COUNT] |
struct { ... } unit_select_dialog::tabs[SELLOC_COUNT] |
int unit_select_dialog::unit_id_focus |
Definition at line 119 of file unitselect.c.
struct { ... } unit_select_dialog::units |
struct { ... } unit_select_dialog::units |
struct { ... } unit_select_dialog::units |
GtkWidget* unit_select_dialog::view |
Definition at line 126 of file unitselect.c.
Referenced by usdlg_cmd_center(), usdlg_cmd_exec(), usdlg_cmd_focus(), usdlg_refresh(), usdlg_tab_select(), and usdlg_tab_update().