Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
voteinfo_bar Struct Reference

Data Fields

GtkWidgetbox
 
GtkWidgetnext_button
 
GtkWidgetlabel
 
GtkWidgetyes_button
 
GtkWidgetno_button
 
GtkWidgetabstain_button
 
GtkWidgetyes_count_label
 
GtkWidgetno_count_label
 
GtkWidgetabstain_count_label
 
GtkWidgetvoter_count_label
 

Detailed Description

Definition at line 36 of file voteinfo_bar.c.

Field Documentation

◆ abstain_button

GtkWidget * voteinfo_bar::abstain_button

Definition at line 42 of file voteinfo_bar.c.

◆ abstain_count_label

GtkWidget * voteinfo_bar::abstain_count_label

Definition at line 45 of file voteinfo_bar.c.

◆ box

GtkWidget * voteinfo_bar::box

Definition at line 37 of file voteinfo_bar.c.

◆ label

GtkWidget * voteinfo_bar::label

Definition at line 39 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new().

◆ next_button

GtkWidget * voteinfo_bar::next_button

Definition at line 38 of file voteinfo_bar.c.

◆ no_button

GtkWidget * voteinfo_bar::no_button

Definition at line 41 of file voteinfo_bar.c.

◆ no_count_label

GtkWidget * voteinfo_bar::no_count_label

Definition at line 44 of file voteinfo_bar.c.

◆ voter_count_label

GtkWidget * voteinfo_bar::voter_count_label

Definition at line 46 of file voteinfo_bar.c.

◆ yes_button

GtkWidget * voteinfo_bar::yes_button

Definition at line 40 of file voteinfo_bar.c.

◆ yes_count_label

GtkWidget * voteinfo_bar::yes_count_label

Definition at line 43 of file voteinfo_bar.c.