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

Data Fields

GtkWidget * box
 
GtkWidget * next_button
 
GtkWidget * label
 
GtkWidget * yes_button
 
GtkWidget * no_button
 
GtkWidget * abstain_button
 
GtkWidget * yes_count_label
 
GtkWidget * no_count_label
 
GtkWidget * abstain_count_label
 
GtkWidget * voter_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.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ abstain_count_label

GtkWidget * voteinfo_bar::abstain_count_label

Definition at line 45 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ box

GtkWidget * voteinfo_bar::box

Definition at line 37 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ label

GtkWidget * voteinfo_bar::label

Definition at line 39 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ next_button

GtkWidget * voteinfo_bar::next_button

Definition at line 38 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ no_button

GtkWidget * voteinfo_bar::no_button

Definition at line 41 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ no_count_label

GtkWidget * voteinfo_bar::no_count_label

Definition at line 44 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ voter_count_label

GtkWidget * voteinfo_bar::voter_count_label

Definition at line 46 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ yes_button

GtkWidget * voteinfo_bar::yes_button

Definition at line 40 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().

◆ yes_count_label

GtkWidget * voteinfo_bar::yes_count_label

Definition at line 43 of file voteinfo_bar.c.

Referenced by voteinfo_bar_new(), and voteinfo_gui_update().