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:
parent
2b76114b61
commit
8da84e2422
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user