]> git.saurik.com Git - wxWidgets.git/commitdiff
wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.
authorBryan Petty <bryan@ibaku.net>
Sat, 28 Feb 2009 17:08:00 +0000 (17:08 +0000)
committerBryan Petty <bryan@ibaku.net>
Sat, 28 Feb 2009 17:08:00 +0000 (17:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/position.h

index 212b7b9712d412e3fc7290a0ed81b4cd10b29584..4e636967edbbfba98ae3b395665d04546c17ec7e 100644 (file)
@@ -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}