Freeciv-3.3
|
Go to the source code of this file.
Functions | |
void | popup_revolution_dialog (struct government *government) |
void | message_dialog_button_set_sensitive (GtkWidget *shl, int button, gboolean state) |
gboolean | taxrates_callback (GtkGestureClick *gesture, int n_press, double x, double y) |
gboolean | reverse_taxrates_callback (GtkGestureClick *gesture, int n_press, double x, double y) |
void | nationset_sync_to_server (const char *nationset) |
Sync nationset control with the current state of the server.
Definition at line 801 of file dialogs.c.
Referenced by create_races_dialog(), and option_gui_update_extra().
void popup_revolution_dialog | ( | struct government * | gov | ) |
gboolean reverse_taxrates_callback | ( | GtkGestureClick * | gesture, |
int | n_press, | ||
double | x, | ||
double | y | ||
) |
Adjust tax rates from main window
Definition at line 1459 of file dialogs.c.
Referenced by setup_widgets().