// Purpose: interface of wxPosition
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
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}