Freeciv-3.3
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

GtkWidgetcreate_main_page (void)
 
GtkWidgetcreate_start_page (void)
 
GtkWidgetcreate_scenario_page (void)
 
GtkWidgetcreate_load_page (void)
 
GtkWidgetcreate_network_page (void)
 
GtkWidgetcreate_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

GtkWidgetstart_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 1653 of file pages.c.

◆ append_network_statusbar()

void append_network_statusbar ( const char text,
bool  force 
)

Queue statusbar label text change.

Definition at line 894 of file pages.c.

◆ create_load_page()

GtkWidget * create_load_page ( void  )

Create the load page.

Definition at line 2904 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 1201 of file pages.c.

◆ create_scenario_page()

GtkWidget * create_scenario_page ( void  )

Create the scenario page.

Definition at line 3185 of file pages.c.

◆ create_start_page()

GtkWidget * create_start_page ( void  )

Create start page.

Definition at line 2623 of file pages.c.

◆ create_statusbar()

GtkWidget * create_statusbar ( void  )

Create statusbar.

Definition at line 909 of file pages.c.

◆ destroy_server_scans()

void destroy_server_scans ( void  )

Free the server scans.

Definition at line 768 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 1457 of file pages.c.