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:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user