Freeciv-3.3
Loading...
Searching...
No Matches
pages.h
Go to the documentation of this file.
1/***********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12***********************************************************************/
13#ifndef FC__PAGES_H
14#define FC__PAGES_H
15
16#include <gtk/gtk.h>
17
18/* utility */
19#include "support.h" /* bool type */
20
21/* client */
22#include "pages_g.h"
23
25
31
33void append_network_statusbar(const char *text, bool force);
34
35void save_game_dialog_popup(void);
38void mapimg_client_save(const char *filename);
39
41
42void destroy_server_scans(void);
43
44#endif /* FC__PAGES_H */
char * incite_cost
Definition comments.c:76
GtkWidget * create_start_page(void)
Definition pages.c:2623
GtkWidget * create_network_page(void)
Definition pages.c:1201
GtkWidget * create_scenario_page(void)
Definition pages.c:3185
void save_mapimg_dialog_popup(void)
Definition pages.c:3551
void append_network_statusbar(const char *text, bool force)
Definition pages.c:894
void mapimg_client_save(const char *filename)
Definition pages.c:3570
void save_game_dialog_popup(void)
Definition pages.c:3487
void destroy_server_scans(void)
Definition pages.c:768
void save_scenario_dialog_popup(void)
Definition pages.c:3522
GtkWidget * create_load_page(void)
Definition pages.c:2904
void ai_fill_changed_by_server(int aifill)
Definition pages.c:1653
GtkWidget * create_statusbar(void)
Definition pages.c:909
GtkWidget * start_message_area
Definition pages.c:1457
GtkWidget * create_main_page(void)
Definition pages.c:231
const char * aifill(int amount)
Definition srv_main.c:2506