Freeciv-3.3
|
Go to the source code of this file.
Functions | |
GtkWidget * | create_main_page (void) |
GtkWidget * | create_start_page (void) |
GtkWidget * | create_scenario_page (void) |
GtkWidget * | create_load_page (void) |
GtkWidget * | create_network_page (void) |
GtkWidget * | create_statusbar (void) |
void | append_network_statusbar (const char *text, bool force) |
void | save_game_dialog_popup (void) |
void | save_scenario_dialog_popup (void) |
void | save_mapimg_dialog_popup (void) |
void | mapimg_client_save (const char *filename) |
void | ai_fill_changed_by_server (int aifill) |
void | destroy_server_scans (void) |
Variables | |
GtkWidget * | start_message_area |
Server changed AI fill setting.
Definition at line 1653 of file pages.c.
Referenced by option_gui_update_extra().
Queue statusbar label text change.
Definition at line 894 of file pages.c.
Referenced by connect_callback(), handle_authentication_req(), real_output_window_append(), and set_connection_state().
Free the server scans.
Definition at line 768 of file pages.c.
Referenced by ui_main(), and update_network_lists().
Save map image. On error popup a message window for the user.
Definition at line 3570 of file pages.c.
Referenced by save_mapimg_callback(), save_mapimg_callback(), and save_mapimg_dialog_popup().
Save game dialog.
Definition at line 3487 of file pages.c.
Referenced by save_game_as_callback(), and save_game_as_callback().
Save scenario dialog.
Definition at line 3551 of file pages.c.
Referenced by save_mapimg_as_callback(), and save_mapimg_as_callback().
Save scenario dialog.
Definition at line 3522 of file pages.c.
Referenced by save_scenario_callback(), and save_scenario_callback().
|
extern |
Definition at line 1457 of file pages.c.
Referenced by chatline_is_scrolled_to_bottom(), chatline_scroll_to_bottom(), create_start_page(), and real_output_window_append().