]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
simplified and cleaned up wxGTK's focus handling
[wxWidgets.git] / src / common / wincmn.cpp
index 838be57cc7ec464be1a302cc96b3afe7cbd65cf5..5b3a22d1d8ea93a73c381ea4bd1335275e368264 100644 (file)
@@ -1695,6 +1695,7 @@ void wxWindowBase::SetHelpText(const wxString& text)
     }
 }
 
+#if WXWIN_COMPATIBILITY_2_8
 // associate this help text with all windows with the same id as this
 // one
 void wxWindowBase::SetHelpTextForId(const wxString& text)
@@ -1705,6 +1706,7 @@ void wxWindowBase::SetHelpTextForId(const wxString& text)
         helpProvider->AddHelp(GetId(), text);
     }
 }
+#endif // WXWIN_COMPATIBILITY_2_8
 
 // get the help string associated with this window (may be empty)
 // default implementation forwards calls to the help provider