#include <gtk/gtk.h>
#include "fcintl.h"
#include "extras.h"
#include "game.h"
#include "client_main.h"
#include "dialogs_g.h"
#include "mapview_common.h"
#include "gui_main.h"
#include "gui_stuff.h"
#include "infradlg.h"
Go to the source code of this file.
◆ infra_dialog_open()
static bool infra_dialog_open |
( |
void |
| ) |
|
|
static |
Is infra dialog currently open?
Definition at line 51 of file infradlg.c.
◆ infra_dialog_popup()
void infra_dialog_popup |
( |
void |
| ) |
|
Open infra placement dialog
Definition at line 85 of file infradlg.c.
◆ infra_placement_mode()
bool infra_placement_mode |
( |
void |
| ) |
|
Are we in infra placement mode at the moment?
Definition at line 156 of file infradlg.c.
◆ infra_placement_set_tile()
void infra_placement_set_tile |
( |
struct tile * |
ptile | ) |
|
Set tile for the infra placement.
Definition at line 164 of file infradlg.c.
◆ infra_response_callback()
static void infra_response_callback |
( |
GtkWidget * |
dlg, |
|
|
gint |
arg |
|
) |
| |
|
static |
Handle infra dialog closing.
Definition at line 59 of file infradlg.c.
◆ infra_selected_callback()
static void infra_selected_callback |
( |
GtkButton * |
but, |
|
|
gpointer |
userdata |
|
) |
| |
|
static |
Handle user infra selection.
Definition at line 74 of file infradlg.c.
◆ update_infra_dialog()
void update_infra_dialog |
( |
void |
| ) |
|
◆ infra_list_box
GtkWidget* infra_list_box = NULL |
|
static |
◆ infra_rows
◆ instruction_label
GtkWidget* instruction_label = NULL |
|
static |
◆ points_label
GtkWidget* points_label = NULL |
|
static |