]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
forcefully disable wxUSE_STACKWALKER
[wxWidgets.git] / include / wx / window.h
index f2227aecb535c2172ec3de7d32cbc8278c918f87..cb66b14bc85e59a4f701f63e6e8e4e748d9e4a9c 100644 (file)
@@ -920,6 +920,10 @@ public:
     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