From: Robin Dunn Date: Wed, 3 Apr 2013 02:08:39 +0000 (+0000) Subject: Add wxRect::SetPosition X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8da84e2422ff646ace01400cdeca60a13fe1f3dd?hp=2b76114b611660e82ddf731459c9b3bef9ce012f Add wxRect::SetPosition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index 12daa92904..aa07a2ced8 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -423,6 +423,11 @@ public: */ void SetHeight(int height); + /** + Sets the position. + */ + void SetPosition(const wxPoint& pos); + /** Sets the size.