X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..b19b28c8fca9815949753ed0c68097efe8943b18:/interface/wx/position.h diff --git a/interface/wx/position.h b/interface/wx/position.h index ba5dfbd499..4e636967ed 100644 --- a/interface/wx/position.h +++ b/interface/wx/position.h @@ -8,13 +8,10 @@ /** @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}