#include "fcintl.h"
#include "gui_stub.h"
#include "helpdlg.h"
Go to the source code of this file.
◆ popdown_help_dialog()
Close the help dialog.
Definition at line 52 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 given string should be untranslated.
Definition at line 33 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 44 of file helpdlg.c.