#include "fcintl.h"
#include "log.h"
#include "fc_types.h"
#include "version.h"
#include "connectdlg_common.h"
#include "pages_g.h"
#include "chatline.h"
#include "colors.h"
#include "connectdlg.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_tilespec.h"
#include "mapctrl.h"
#include "mapview.h"
#include "menu.h"
#include "messagewin.h"
#include "optiondlg.h"
#include "themespec.h"
#include "widget.h"
Go to the source code of this file.
◆ get_current_client_page()
Returns current client page
Definition at line 450 of file pages.c.
◆ join_game_callback()
User interacted with the Join Game button.
Definition at line 88 of file pages.c.
◆ load_game_callback()
User interacted with the Load Game button.
Definition at line 76 of file pages.c.
◆ options_callback()
User interacted with the Options button - open options dialog.
Definition at line 115 of file pages.c.
◆ popdown_start_menu()
Close start menu
Definition at line 367 of file pages.c.
◆ quit_callback()
User interacted with the Quit button.
Definition at line 129 of file pages.c.
◆ real_set_client_page()
Sets the "page" that the client should show. See documentation in pages_g.h.
Definition at line 385 of file pages.c.
◆ servers_callback()
User interacted with the Join Pubserver button - open connection dialog.
Definition at line 100 of file pages.c.
◆ set_rulesets()
void set_rulesets |
( |
int |
num_rulesets, |
|
|
char ** |
rulesets |
|
) |
| |
Set the list of available rulesets. The default ruleset should be "default", and if the user changes this then set_ruleset() should be called.
Definition at line 442 of file pages.c.
◆ show_main_page()
Update view to show main page.
Definition at line 141 of file pages.c.
◆ start_new_game_callback()
User interacted with the Start New Game button.
Definition at line 58 of file pages.c.
◆ update_start_page()
Update the start page.
Definition at line 458 of file pages.c.
◆ old_page
◆ start_menu