Freeciv-3.3
|
Go to the source code of this file.
Enumerations | |
enum | tech_info_mode { TIM_FULL_MODE , TIM_MED_MODE , TIM_SMALL_MODE } |
Functions | |
SDL_Surface * | create_select_tech_icon (utf8_str *pstr, Tech_type_id tech_id, enum tech_info_mode mode) |
void | science_report_dialogs_popdown_all (void) |
void | economy_report_dialog_popdown (void) |
void | units_report_dialog_popdown (void) |
Enumerator | |
---|---|
TIM_FULL_MODE | |
TIM_MED_MODE | |
TIM_SMALL_MODE |
Definition at line 25 of file repodlgs.h.
SDL_Surface * create_select_tech_icon | ( | utf8_str * | pstr, |
Tech_type_id | tech_id, | ||
enum tech_info_mode | mode | ||
) |
Create icon surface for a tech.
Definition at line 2423 of file repodlgs.c.
Referenced by create_tech_tree(), popup_change_research_dialog(), popup_change_research_goal_dialog(), popup_tech_info(), and spy_steal_popup_shared().
Close the economy report dialog.
Popdown the economy report.
Definition at line 1258 of file repodlgs.c.
Referenced by popdown_all_game_dialogs().
Popdown all the science reports (report, change tech, change goals).
Definition at line 3479 of file repodlgs.c.
Referenced by popdown_all_game_dialogs().
Closes the units report dialog.
Definition at line 1783 of file repodlgs.c.
Referenced by popdown_all_game_dialogs().