Freeciv-3.1
|
#include "chatline_g.h"
Go to the source code of this file.
Macros | |
#define | set_output_window_text(_pstr_) output_window_append(ftc_any, _pstr_) |
Functions | |
void | popup_input_line (void) |
bool | popdown_conn_list_dialog (void) |
void | popdown_load_game_dialog (void) |
#define set_output_window_text | ( | _pstr_ | ) | output_window_append(ftc_any, _pstr_) |
Definition at line 31 of file chatline.h.
bool popdown_conn_list_dialog | ( | void | ) |
Close connection list dialog.
Definition at line 875 of file chatline.c.
Referenced by disconnect_conn_callback(), real_conn_list_dialog_update(), and real_set_client_page().
void popdown_load_game_dialog | ( | void | ) |
Close load game dialog
Definition at line 101 of file chatline.c.
Referenced by exit_load_dlg_callback(), load_selected_game_callback(), and real_set_client_page().
void popup_input_line | ( | void | ) |
This function is main chat/command client input.
Definition at line 358 of file chatline.c.
Referenced by main_key_down_handler().