/////////////////////////////////////////////////////////////////////////////
// Name: position.h
-// Purpose: documentation for wxPosition class
+// Purpose: interface of wxPosition
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{FIXME}
- @seealso
- wxPoint, wxSize
+ @see wxPoint, wxSize
*/
class wxPosition
{
*/
void SetRow(int row);
};
+