]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/geometry.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / geometry.h
index 5ad471c39926a0903608d8b79430b47fa09ac918..80f091fca73af16caaba5f0b45bd704283782ac6 100644 (file)
@@ -147,8 +147,8 @@ public:
 
     // single attribute accessors
 
-    wxPoint2DDouble GetPosition();
-    wxSize GetSize();
+    wxPoint2DDouble GetPosition() const;
+    wxSize GetSize() const;
 
     // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
         // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
@@ -238,8 +238,8 @@ public:
 
         // single attribute accessors
 
-    wxPoint2DInt GetPosition();
-    wxSize GetSize();
+    wxPoint2DInt GetPosition() const;
+    wxSize GetSize() const;
 
         // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
         // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately