removed some TABs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-22 12:14:44 +00:00
parent 6df2a555c6
commit 311a173bcc

View File

@@ -219,7 +219,7 @@ public:
return wxPoint(w, h); 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); } void GetSize( int *w, int *h ) const { DoGetSize(w, h); }
wxSize GetSize() const wxSize GetSize() const
@@ -778,7 +778,7 @@ public:
void SetToolTip( wxToolTip *tip ) { DoSetToolTip(tip); } void SetToolTip( wxToolTip *tip ) { DoSetToolTip(tip); }
// get the associated tooltip or NULL if none // get the associated tooltip or NULL if none
wxToolTip* GetToolTip() const { return m_tooltip; } wxToolTip* GetToolTip() const { return m_tooltip; }
wxString GetToolTipText() const ; wxString GetToolTipText() const ;
#endif // wxUSE_TOOLTIPS #endif // wxUSE_TOOLTIPS
// drag and drop // drag and drop