Freeciv-3.1
|
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 |
void ai_fill_changed_by_server | ( | int | aifill | ) |
Server changed AI fill setting.
Definition at line 1651 of file pages.c.
Referenced by option_gui_update_extra().
void append_network_statusbar | ( | const char * | text, |
bool | force | ||
) |
Queue statusbar label text change.
Definition at line 893 of file pages.c.
Referenced by connect_callback(), handle_authentication_req(), real_output_window_append(), and set_connection_state().
GtkWidget * create_load_page | ( | void | ) |
GtkWidget * create_main_page | ( | void | ) |
GtkWidget * create_network_page | ( | void | ) |
GtkWidget * create_scenario_page | ( | void | ) |
GtkWidget * create_start_page | ( | void | ) |
GtkWidget * create_statusbar | ( | void | ) |
void destroy_server_scans | ( | void | ) |
Free the server scans.
Definition at line 767 of file pages.c.
Referenced by ui_main(), and update_network_lists().
void mapimg_client_save | ( | const char * | filename | ) |
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().
void save_game_dialog_popup | ( | void | ) |
Save game dialog.
Definition at line 3487 of file pages.c.
Referenced by save_game_as_callback(), and save_game_as_callback().
void save_mapimg_dialog_popup | ( | void | ) |
Save scenario dialog.
Definition at line 3551 of file pages.c.
Referenced by save_mapimg_as_callback(), and save_mapimg_as_callback().
void save_scenario_dialog_popup | ( | void | ) |
Save scenario dialog.
Definition at line 3522 of file pages.c.
Referenced by save_scenario_callback(), and save_scenario_callback().
|
extern |
Definition at line 1455 of file pages.c.
Referenced by chatline_is_scrolled_to_bottom(), chatline_scroll_to_bottom(), create_start_page(), and real_output_window_append().