]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/position.h
Added wxPGProperty::Enable() for conveniency. Refactored related code and improved...
[wxWidgets.git] / interface / wx / position.h
index ba5dfbd499d57b4710b4eee35593ecd95e97fb6b..f723932f0a970f1d4041a0c71a7dba79dac22976 100644 (file)
@@ -3,18 +3,15 @@
 // Purpose:     interface of wxPosition
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxPosition
-    @wxheader{position.h}
 
     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}