]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / window.h
index 166885d752693be4c25f9b3dd317a4eecacf09c3..dd75d380eebf613a52112e1be907c852a9789471 100644 (file)
@@ -541,7 +541,7 @@ public:
         // is this window a top level one?
     virtual bool IsTopLevel() const;
 
-        // it doesn't really change parent, use ReParent() instead
+        // it doesn't really change parent, use Reparent() instead
     void SetParent( wxWindowBase *parent ) { m_parent = (wxWindow *)parent; }
         // change the real parent of this window, return true if the parent
         // was changed, false otherwise (error or newParent == oldParent)
@@ -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