Freeciv-3.1
|
Go to the source code of this file.
Functions | |
void | happiness_dialog_init (void) |
void | happiness_dialog_done (void) |
GtkWidget * | get_top_happiness_display (struct city *pcity, bool low_dlg, GtkWidget *win) |
void | close_happiness_dialog (struct city *pcity) |
void | refresh_happiness_dialog (struct city *pcity) |
void close_happiness_dialog | ( | struct city * | pcity | ) |
Close happiness dialog of given city
Definition at line 330 of file happiness.c.
Create happiness dialog and get its widget
Definition at line 356 of file happiness.c.
void happiness_dialog_done | ( | void | ) |
Remove happiness dialog
Definition at line 94 of file happiness.c.
void happiness_dialog_init | ( | void | ) |
Create happiness dialog
Definition at line 86 of file happiness.c.
void refresh_happiness_dialog | ( | struct city * | pcity | ) |
Refresh whole happiness dialog
Definition at line 317 of file happiness.c.