]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one...
[wxWidgets.git] / include / wx / window.h
index 247786e0900fd928f3179d776d0294bfb616fd32..dd75d380eebf613a52112e1be907c852a9789471 100644 (file)
@@ -906,6 +906,10 @@ public:
         // get the associated tooltip or NULL if none
     wxToolTip* GetToolTip() const { return m_tooltip; }
     wxString GetToolTipText() const ;
+#else
+        // make it much easier to compile apps in an environment
+        // that doesn't support tooltips, such as PocketPC
+    inline void SetToolTip( const wxString & WXUNUSED(tip) ) {}
 #endif // wxUSE_TOOLTIPS
 
     // drag and drop