Freeciv-3.2
Loading...
Searching...
No Matches
Functions
helpdlg.c File Reference
#include "fcintl.h"
#include "gui_stub.h"
#include "helpdlg.h"

Go to the source code of this file.

Functions

void popup_help_dialog_string (const char *item)
 
void popup_help_dialog_typed (const char *item, enum help_page_type htype)
 
void popdown_help_dialog (void)
 

Function Documentation

◆ popdown_help_dialog()

void popdown_help_dialog ( void  )

Close the help dialog.

Definition at line 52 of file helpdlg.c.

◆ popup_help_dialog_string()

void popup_help_dialog_string ( const char item)

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()

void popup_help_dialog_typed ( const char item,
enum help_page_type  htype 
)

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.