]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
reSWIGged
[wxWidgets.git] / wxPython / src / _gdicmn.i
index 1fd60f0b5adf050cc609f141d75de672a5ac75d9..059343e1c297495044b246ebb1724a57457a6003 100644 (file)
@@ -403,6 +403,16 @@ public:
     wxSize GetSize() const;
     void SetSize( const wxSize &s );
 
+    wxPoint GetTopLeft() const;
+    void SetTopLeft(const wxPoint &p);
+    wxPoint GetBottomRight() const;
+    void SetBottomRight(const wxPoint &p);
+
+//    wxPoint GetLeftTop() const;
+//    void SetLeftTop(const wxPoint &p);
+//    wxPoint GetRightBottom() const;
+//    void SetRightBottom(const wxPoint &p);
+
     int GetLeft()   const;
     int GetTop()    const;
     int GetBottom() const;