From 8da84e2422ff646ace01400cdeca60a13fe1f3dd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 3 Apr 2013 02:08:39 +0000 Subject: [PATCH] Add wxRect::SetPosition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/gdicmn.h | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.45.2