X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/position.h diff --git a/interface/wx/position.h b/interface/wx/position.h index 212b7b9712..f723932f0a 100644 --- a/interface/wx/position.h +++ b/interface/wx/position.h @@ -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}