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

Data Fields

const struct citypcity
 
GtkWidget * shell
 
GtkTreeStore * store
 
GtkWidget * list
 
GtkTreeModel * sort
 

Detailed Description

Definition at line 75 of file citizensinfo.c.

Field Documentation

◆ list

GtkWidget * citizens_dialog::list

Definition at line 79 of file citizensinfo.c.

Referenced by citizens_dialog_create().

◆ pcity

const struct city * citizens_dialog::pcity

◆ shell

GtkWidget * citizens_dialog::shell

◆ sort

GtkTreeModel * citizens_dialog::sort

Definition at line 80 of file citizensinfo.c.

Referenced by citizens_dialog_create().

◆ store

GtkTreeStore * citizens_dialog::store

Definition at line 78 of file citizensinfo.c.

Referenced by citizens_dialog_create(), and citizens_dialog_refresh().