Version: 3.0.4
helpctrl.h File Reference

Classes

class  wxHtmlHelpController
 
class  wxHtmlModalHelp
 

Macros

#define wxID_HTML_HELPFRAME   (wxID_HIGHEST + 1)
 
#define wxHF_EMBEDDED   0x00008000
 This style indicates that the window is embedded in the application and must not be destroyed by the help controller. More...
 
#define wxHF_DIALOG   0x00010000
 Create a dialog for the help window. More...
 
#define wxHF_FRAME   0x00020000
 Create a frame for the help window. More...
 
#define wxHF_MODAL   0x00040000
 Make the dialog modal when displaying help. More...
 

Macro Definition Documentation

◆ wxHF_DIALOG

#define wxHF_DIALOG   0x00010000

Create a dialog for the help window.

◆ wxHF_EMBEDDED

#define wxHF_EMBEDDED   0x00008000

This style indicates that the window is embedded in the application and must not be destroyed by the help controller.

◆ wxHF_FRAME

#define wxHF_FRAME   0x00020000

Create a frame for the help window.

◆ wxHF_MODAL

#define wxHF_MODAL   0x00040000

Make the dialog modal when displaying help.

◆ wxID_HTML_HELPFRAME

#define wxID_HTML_HELPFRAME   (wxID_HIGHEST + 1)