Freeciv-3.1
|
Data Fields | |
struct widget * | window |
struct widget * | close_button |
struct widget * | label |
struct notify_goto_list * | datas |
struct widget* notify_goto_dialog::close_button |
Definition at line 223 of file dialogs.c.
Referenced by notify_goto_dialog_destroy(), notify_goto_dialog_new(), and notify_goto_dialog_update().
struct notify_goto_list* notify_goto_dialog::datas |
Definition at line 225 of file dialogs.c.
Referenced by notify_goto_dialog_advance(), notify_goto_dialog_destroy(), notify_goto_dialog_goto_callback(), notify_goto_dialog_new(), notify_goto_dialog_update(), and popup_notify_goto_dialog().
struct widget* notify_goto_dialog::label |
Definition at line 224 of file dialogs.c.
Referenced by notify_goto_dialog_callback(), notify_goto_dialog_destroy(), notify_goto_dialog_new(), and notify_goto_dialog_update().
struct widget* notify_goto_dialog::window |
Definition at line 222 of file dialogs.c.
Referenced by notify_goto_dialog_callback(), notify_goto_dialog_destroy(), notify_goto_dialog_new(), and notify_goto_dialog_update().