Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
property_page Struct Reference

Data Fields

enum editor_object_type objtype
 
GtkWidgetwidget
 
GtkListStoreobject_store
 
GtkWidgetobject_view
 
GtkWidgetextviewer_notebook
 
struct property_editorpe_parent
 
struct objprop_hashobjprop_table
 
struct objbind_hashobjbind_table
 
struct stored_tag_hashtag_table
 
struct objbindfocused_objbind
 

Detailed Description

Definition at line 549 of file editprop.c.

Field Documentation

◆ extviewer_notebook

GtkWidget * property_page::extviewer_notebook

Definition at line 555 of file editprop.c.

◆ focused_objbind

struct objbind * property_page::focused_objbind

Definition at line 563 of file editprop.c.

◆ objbind_table

struct objbind_hash * property_page::objbind_table

Definition at line 560 of file editprop.c.

◆ object_store

GtkListStore * property_page::object_store

Definition at line 553 of file editprop.c.

◆ object_view

GtkWidget * property_page::object_view

Definition at line 554 of file editprop.c.

◆ objprop_table

struct objprop_hash * property_page::objprop_table

Definition at line 559 of file editprop.c.

◆ objtype

enum editor_object_type property_page::objtype

Definition at line 550 of file editprop.c.

◆ pe_parent

struct property_editor * property_page::pe_parent

Definition at line 557 of file editprop.c.

◆ tag_table

struct stored_tag_hash * property_page::tag_table

Definition at line 561 of file editprop.c.

◆ widget

GtkWidget * property_page::widget

Definition at line 552 of file editprop.c.