#include <SDL3/SDL.h>
#include "fcintl.h"
#include "log.h"
#include "game.h"
#include "government.h"
#include "movement.h"
#include "client_main.h"
#include "helpdata.h"
#include "colors.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_main.h"
#include "gui_tilespec.h"
#include "mapview.h"
#include "repodlgs.h"
#include "sprite.h"
#include "themespec.h"
#include "widget.h"
#include "helpdlg.h"
Go to the source code of this file.
◆ change_gov_callback()
User requested new government help
Definition at line 139 of file helpdlg.c.
◆ change_impr_callback()
User requested new improvement help
Definition at line 158 of file helpdlg.c.
◆ change_tech_callback()
User requested new tech help
Definition at line 1026 of file helpdlg.c.
◆ change_unit_callback()
User requested new unit help
Definition at line 587 of file helpdlg.c.
◆ create_tech_info()
Create tech info widgets
Definition at line 1130 of file helpdlg.c.
◆ create_tech_tree()
Create tech tree widgets
Definition at line 1672 of file helpdlg.c.
◆ exit_help_dlg_callback()
User requested closing of the help dialog
Definition at line 126 of file helpdlg.c.
◆ help_dlg_window_callback()
User interacted with help dialog window
Definition at line 118 of file helpdlg.c.
◆ popdown_help_dialog()
Close the help dialog.
Definition at line 104 of file helpdlg.c.
◆ popup_gov_info()
Show government info
Definition at line 151 of file helpdlg.c.
◆ popup_help_browser()
Open Help Browser without any specific topic in mind
Definition at line 73 of file helpdlg.c.
◆ popup_help_dialog_string()
Popup the help dialog to get help on the given string topic. Note that the topic may appear in multiple sections of the help (it may be both an improvement and a unit, for example).
The string will be untranslated.
Definition at line 85 of file helpdlg.c.
◆ popup_help_dialog_typed()
Popup the help dialog to display help on the given string topic from the given section.
The string will be translated.
Definition at line 96 of file helpdlg.c.
◆ popup_impr_info()
Show improvement info
Definition at line 198 of file helpdlg.c.
◆ popup_tech_info()
◆ popup_unit_info()
Show unit type info
Definition at line 627 of file helpdlg.c.
◆ redraw_impr_info_dlg()
Refresh improvement help dialog
Definition at line 170 of file helpdlg.c.
◆ redraw_tech_info_dlg()
Refresh tech help dialog
Definition at line 1057 of file helpdlg.c.
◆ redraw_tech_tree_dlg()
Refresh tech tree dialog
Definition at line 1410 of file helpdlg.c.
◆ redraw_unit_info_dlg()
Refresh unit help dialog
Definition at line 599 of file helpdlg.c.
◆ show_tech_tree_callback()
User requested new tech tree
Definition at line 1038 of file helpdlg.c.
◆ toggle_full_tree_mode_in_help_dlg_callback()
User requested toggling between full tech tree and single tech
Definition at line 1652 of file helpdlg.c.
◆ bufsz
◆ current_help_dlg
◆ help_dlg