|
| | HtmlTextHelpDialog (wxWindow *pParent, const TranslatableString &title) |
| |
| virtual | ~HtmlTextHelpDialog () |
| |
| | BrowserDialog (wxWindow *pParent, const TranslatableString &title) |
| |
| void | OnForward (wxCommandEvent &event) |
| |
| void | OnBackward (wxCommandEvent &event) |
| |
| void | OnClose (wxCommandEvent &event) |
| |
| void | OnKeyDown (wxKeyEvent &event) |
| |
| void | UpdateButtons () |
| |
| | wxDialogWrapper () |
| |
| | wxDialogWrapper (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) |
| |
| bool | Create (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) |
| |
| void | SetTitle (const TranslatableString &title) |
| |
| void | SetLabel (const TranslatableString &title) |
| |
| void | SetName (const TranslatableString &title) |
| |
| void | SetName () |
| |
| | wxTabTraversalWrapper (Args &&... args) |
| |
| | wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete |
| |
| | wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete |
| |
| wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
| |
| wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
| |
Definition at line 55 of file HelpSystem.cpp.
◆ HtmlTextHelpDialog()
| anonymous_namespace{HelpSystem.cpp}::HtmlTextHelpDialog::HtmlTextHelpDialog |
( |
wxWindow * |
pParent, |
|
|
const TranslatableString & |
title |
|
) |
| |
|
inline |
Definition at line 58 of file HelpSystem.cpp.
60 {
61#if !wxCHECK_VERSION(3, 0, 0)
62 MakeModal( true );
63#endif
64 }
Adds some event handling to an HtmlWindow.
◆ ~HtmlTextHelpDialog()
| virtual anonymous_namespace{HelpSystem.cpp}::HtmlTextHelpDialog::~HtmlTextHelpDialog |
( |
| ) |
|
|
inlinevirtual |
Definition at line 65 of file HelpSystem.cpp.
66 {
67#if !wxCHECK_VERSION(3, 0, 0)
68 MakeModal( false );
69#endif
70
71
72 GetParent()->Raise();
73 }
The documentation for this class was generated from the following file: