]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
#ifdef update for the old SWIG
[wxWidgets.git] / include / wx / window.h
index 0917bae9443d400ce3316469ea759eb6bc0104da..e9f83c941d4635d791156877bdb6dbf4de7ada88 100644 (file)
@@ -219,7 +219,7 @@ public:
         return wxPoint(w, h);
     }
 
-       void SetPosition( const wxPoint& pt ) { Move( pt ) ; }
+    void SetPosition( const wxPoint& pt ) { Move( pt ) ; }
 
     void GetSize( int *w, int *h ) const { DoGetSize(w, h); }
     wxSize GetSize() const
@@ -778,7 +778,7 @@ public:
     void SetToolTip( wxToolTip *tip ) { DoSetToolTip(tip); }
         // get the associated tooltip or NULL if none
     wxToolTip* GetToolTip() const { return m_tooltip; }
-       wxString GetToolTipText() const ;
+    wxString GetToolTipText() const ;
 #endif // wxUSE_TOOLTIPS
 
     // drag and drop