Freeciv-3.2
|
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) |
Close happiness dialog of given city
Definition at line 330 of file happiness.c.
Referenced by city_destroy_callback(), and switch_city_callback().
Create happiness dialog and get its widget
Definition at line 356 of file happiness.c.
Referenced by create_and_append_happiness_page(), and switch_city_callback().
Create happiness dialog
Definition at line 86 of file happiness.c.
Referenced by activate_gui(), and ui_main().
Refresh whole happiness dialog
Definition at line 317 of file happiness.c.
Referenced by create_happiness_dialog(), and real_city_dialog_refresh().