Added Setter for Position (consistency)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-07-28 20:15:59 +00:00
parent 3d3a4a25ad
commit 38759b6794

View File

@@ -219,6 +219,8 @@ public:
return wxPoint(w, h); return wxPoint(w, h);
} }
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
{ {