wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2009-02-28 17:08:00 +00:00
parent 5baee1f4bf
commit 215e1b4736

View File

@@ -12,8 +12,6 @@
This class represents the position of an item in any kind of grid of rows and This class represents the position of an item in any kind of grid of rows and
columns such as wxGridBagSizer, or wxHVScrolledWindow. columns such as wxGridBagSizer, or wxHVScrolledWindow.
@todo rename this class to wxItemPosition or such, wxPosition is too generic
@library{wxbase} @library{wxbase}
@category{data} @category{data}