Freeciv-3.2
|
Go to the source code of this file.
Functions | |
void | popup_help_browser (void) |
void | popup_tech_info (Tech_type_id tech) |
void | popup_impr_info (Impr_type_id impr) |
void | popup_unit_info (Unit_type_id unit_id) |
void | popup_gov_info (int gov) |
Open Help Browser without any specific topic in mind
Definition at line 77 of file helpdlg.c.
Referenced by help_browser_callback().
void popup_impr_info | ( | Impr_type_id | impr | ) |
Show improvement info
Definition at line 202 of file helpdlg.c.
Referenced by change_impr_callback(), and get_target_help_data().
void popup_tech_info | ( | Tech_type_id | tech | ) |
Show tech info
Definition at line 1936 of file helpdlg.c.
Referenced by change_research_callback(), change_research_goal_callback(), change_tech_callback(), popup_help_browser(), show_tech_tree_callback(), and toggle_full_tree_mode_in_help_dlg_callback().
void popup_unit_info | ( | Unit_type_id | type_id | ) |
Show unit type info
Definition at line 632 of file helpdlg.c.
Referenced by change_unit_callback(), get_target_help_data(), and unit_help_callback().