git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34716
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void SetHelpTextForId(const wxString& text);
// get the help string associated with this window (may be empty)
wxString GetHelpText() const;
void SetHelpTextForId(const wxString& text);
// get the help string associated with this window (may be empty)
wxString GetHelpText() const;
+#else
+ // silently ignore SetHelpText() calls
+ void SetHelpText(const wxString& WXUNUSED(text)) { }
+ void SetHelpTextForId(const wxString& WXUNUSED(text)) { }
#endif // wxUSE_HELP
// tooltips
#endif // wxUSE_HELP
// tooltips