Searched refs:ShowHelp (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcshelp.h97 // Special note about ShowHelpAtPoint() and ShowHelp(): we want to be able to
100 // just ShowHelp() both for backwards compatibility and just because most
102 // implementing just ShowHelp() is simpler and more natural, so by default
103 // ShowHelpAtPoint() forwards to ShowHelp(). But this means that
104 // wxSimpleHelpProvider has to override ShowHelp() and not ShowHelpAtPoint()
106 // and overriding ShowHelp() but calling the base class version wouldn't work
108 // parameters of ShowHelpAtPoint() to ShowHelp() via member variables.
142 return ShowHelp(window);
146 virtual bool ShowHelp(wxWindowBase * WXUNUSED(window)) { return false; }
171 // helper method used by ShowHelp()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddemo.cpp142 void ShowHelp(int commandId, wxHelpControllerBase& helpController);
493 ShowHelp(event.GetId(), m_help);
512 ShowHelp(event.GetId(), m_advancedHtmlHelp);
519 ShowHelp(event.GetId(), m_msHtmlHelp);
526 ShowHelp(event.GetId(), m_bestHelp);
538 Notes: ShowHelp uses section ids for displaying particular topics,
604 void MyFrame::ShowHelp(int commandId, wxHelpControllerBase& helpController) function in class:MyFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcshelp.cpp388 bool wxSimpleHelpProvider::ShowHelp(wxWindowBase *window) function in class:wxSimpleHelpProvider
416 // the chance for the window to be closed by ShowHelp
448 bool wxHelpControllerHelpProvider::ShowHelp(wxWindowBase *window) function in class:wxHelpControllerHelpProvider
469 return wxSimpleHelpProvider::ShowHelp(window);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhelpprov.tex97 \helpref{ShowHelp}{wxhelpprovidershowhelp}, so it is enough to only implement
114 \membersection{wxHelpProvider::ShowHelp}\label{wxhelpprovidershowhelp}
116 \func{virtual bool}{ShowHelp}{\param{wxWindowBase* }{window}}
H A Drichtextformattingdialog.tex267 \membersection{wxRichTextFormattingDialogFactory::ShowHelp}\label{wxrichtextformattingdialogfactoryshowhelp}
269 \func{virtual bool}{ShowHelp}{\param{int }{page}, \param{wxRichTextFormattingDialog* }{dialog}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextformatdlg.h102 virtual bool ShowHelp(int WXUNUSED(page), wxRichTextFormattingDialog* WXUNUSED(dialog)) { return false; } function in class:wxRichTextFormattingDialogFactory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextformatdlg.cpp220 if (!GetFormattingDialogFactory()->ShowHelp(pageId, this))

Completed in 201 milliseconds