X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..26b22ae371c4ba3cfc35deb0f72b4288081b54fd:/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}