Freeciv-3.3
|
#include <gtk/gtk.h>
#include "fcintl.h"
#include "city.h"
#include "game.h"
#include "tile.h"
#include "client_main.h"
#include "goto.h"
#include "gui_main.h"
#include "gui_stuff.h"
#include "rallypointdlg.h"
Go to the source code of this file.
Functions | |
static bool | rally_dialog_open (void) |
static void | rally_response_callback (GtkWidget *dlg, gint arg) |
void | rally_dialog_popup (void) |
enum rally_phase | rally_placement_phase (void) |
bool | rally_set_tile (struct tile *ptile) |
Variables | |
bool | rally_dialog = FALSE |
static GtkWidget * | instruction_label = NULL |
static GtkWidget * | persistent |
static int | rally_city_id = -1 |
Is rally point dialog currently open?
Definition at line 47 of file rallypointdlg.c.
Open rally point placement dialog
Definition at line 66 of file rallypointdlg.c.
enum rally_phase rally_placement_phase | ( | void | ) |
Which rally point placement phace we are at the moment.
Definition at line 117 of file rallypointdlg.c.
Handle rally point dialog closing.
Definition at line 55 of file rallypointdlg.c.
Set city or tile for the infra placement. Returns whether the click was considered to be one for rally dialog.
Definition at line 134 of file rallypointdlg.c.
Definition at line 39 of file rallypointdlg.c.
|
static |
Definition at line 40 of file rallypointdlg.c.
|
static |
Definition at line 42 of file rallypointdlg.c.
Definition at line 38 of file rallypointdlg.c.