Freeciv-3.1
Loading...
Searching...
No Matches
Functions | Variables
pages.h File Reference
#include <gtk/gtk.h>
#include "support.h"
#include "pages_g.h"

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
 

Function Documentation

◆ ai_fill_changed_by_server()

void ai_fill_changed_by_server ( int  aifill)

Server changed AI fill setting.

Definition at line 1651 of file pages.c.

◆ append_network_statusbar()

void append_network_statusbar ( const char *  text,
bool  force 
)

Queue statusbar label text change.

Definition at line 893 of file pages.c.

◆ create_load_page()

GtkWidget * create_load_page ( void  )

Create the load page.

Definition at line 2902 of file pages.c.

◆ create_main_page()

GtkWidget * create_main_page ( void  )

Create the main page.

Definition at line 231 of file pages.c.

◆ create_network_page()

GtkWidget * create_network_page ( void  )

Create the network page.

Definition at line 1199 of file pages.c.

◆ create_scenario_page()

GtkWidget * create_scenario_page ( void  )

Create the scenario page.

Definition at line 3184 of file pages.c.

◆ create_start_page()

GtkWidget * create_start_page ( void  )

Create start page.

Definition at line 2621 of file pages.c.

◆ create_statusbar()

GtkWidget * create_statusbar ( void  )

Create statusbar.

Definition at line 908 of file pages.c.

◆ destroy_server_scans()

void destroy_server_scans ( void  )

Free the server scans.

Definition at line 767 of file pages.c.

◆ mapimg_client_save()

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.

◆ save_game_dialog_popup()

void save_game_dialog_popup ( void  )

Save game dialog.

Definition at line 3487 of file pages.c.

◆ save_mapimg_dialog_popup()

void save_mapimg_dialog_popup ( void  )

Save scenario dialog.

Definition at line 3551 of file pages.c.

◆ save_scenario_dialog_popup()

void save_scenario_dialog_popup ( void  )

Save scenario dialog.

Definition at line 3522 of file pages.c.

Variable Documentation

◆ start_message_area

GtkWidget* start_message_area
extern

Definition at line 1455 of file pages.c.