2008-03-12 22:56:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: class_data.h
|
|
|
|
// Purpose: Data Structure classes group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-12 22:56:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_class_data Data Structures
|
|
|
|
@ingroup group_class
|
|
|
|
|
|
|
|
These are the data structure classes provided by wxWidgets.
|
2009-02-20 06:34:52 -05:00
|
|
|
Some of them are used to store generic data (e.g. wxPoint, wxSize, etc),
|
|
|
|
others are mainly helpers of other classes (e.g. wxListItem, wxCalendarDateAttr,
|
|
|
|
wxFindReplaceDialogData, etc).
|
2008-03-12 22:56:21 -04:00
|
|
|
|
|
|
|
*/
|
|
|
|
|