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