]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/position.h
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / interface / wx / position.h
index 212b7b9712d412e3fc7290a0ed81b4cd10b29584..f723932f0a970f1d4041a0c71a7dba79dac22976 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxPosition
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -12,8 +12,6 @@
     This class represents the position of an item in any kind of grid of rows and
     columns such as wxGridBagSizer, or wxHVScrolledWindow.
 
-    @todo rename this class to wxItemPosition or such, wxPosition is too generic
-
     @library{wxbase}
     @category{data}