]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/geometry.h
Added drawing context to allow 'virtual' (dynamic) attributes, for e.g. showing bookm...
[wxWidgets.git] / interface / wx / geometry.h
index 224697d31be4428516785e8ea8969d4a26189e54..9a7624a2587ed159727ed5b180a78cca3d9a5098 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        geometry.h
 // Purpose:     interface of geometry classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
+// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -150,8 +150,8 @@ public:
     wxPoint2DDouble GetPosition();
     wxSize GetSize();
 
-    // for the edge and corner accessors there are two setters conterparts, 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 apropriately
+    // 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
 
     wxDouble GetLeft() const;
     void SetLeft( wxDouble n );
@@ -241,8 +241,8 @@ public:
     wxPoint2DInt GetPosition();
     wxSize GetSize();
 
-        // for the edge and corner accessors there are two setters conterparts, 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 apropriately
+        // 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
 
     wxInt32 GetLeft() const;
     void SetLeft( wxInt32 n );