]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/position.h
no need to export private list/arrays of generic controls' implementations
[wxWidgets.git] / interface / position.h
index 2813de6c233673444318997be966ae32652a02ff..138d1df25ff5778951d5d6c33a8d624078b25c50 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        position.h
-// Purpose:     documentation for wxPosition class
+// Purpose:     interface of wxPosition
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,8 +17,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxPoint, wxSize
+    @see wxPoint, wxSize
 */
 class wxPosition
 {
@@ -49,7 +48,7 @@ public:
 
     //@{
     /**
-        
+
     */
     bool operator ==(const wxPosition& p) const;
     const bool operator !=(const wxPosition& p) const;
@@ -78,3 +77,4 @@ public:
     */
     void SetRow(int row);
 };
+