]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxRect::SetPosition
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Apr 2013 02:08:39 +0000 (02:08 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Apr 2013 02:08:39 +0000 (02:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/gdicmn.h

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