Add wxRect::SetPosition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2013-04-03 02:08:39 +00:00
parent 2b76114b61
commit 8da84e2422

View File

@ -423,6 +423,11 @@ public:
*/ */
void SetHeight(int height); void SetHeight(int height);
/**
Sets the position.
*/
void SetPosition(const wxPoint& pos);
/** /**
Sets the size. Sets the size.