Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
intel_dialog Struct Reference

Data Fields

struct playerpplayer
 
GtkWidget * shell
 
GtkTreeStore * diplstates
 
GtkListStore * techs
 
GtkWidget * table_labels [LABEL_LAST]
 
struct advanced_dialogpdialog
 
int pos_x
 
int pos_y
 

Detailed Description

Definition at line 77 of file inteldlg.c.

Field Documentation

◆ diplstates

GtkTreeStore * intel_dialog::diplstates

Definition at line 81 of file inteldlg.c.

Referenced by update_intel_dialog().

◆ pdialog

struct advanced_dialog* intel_dialog::pdialog

◆ pos_x

int intel_dialog::pos_x

Definition at line 52 of file inteldlg.c.

Referenced by update_intel_dialog().

◆ pos_y

int intel_dialog::pos_y

Definition at line 52 of file inteldlg.c.

Referenced by update_intel_dialog().

◆ pplayer

struct player * intel_dialog::pplayer

Definition at line 78 of file inteldlg.c.

Referenced by create_intel_dialog(), and get_intel_dialog().

◆ shell

GtkWidget * intel_dialog::shell

Definition at line 79 of file inteldlg.c.

Referenced by update_intel_dialog().

◆ table_labels

GtkWidget * intel_dialog::table_labels

Definition at line 83 of file inteldlg.c.

Referenced by update_intel_dialog().

◆ techs

GtkListStore * intel_dialog::techs

Definition at line 82 of file inteldlg.c.

Referenced by update_intel_dialog().