/////////////////////////////////////////////////////////////////////////////
// Name: calctrl.h
-// Purpose: documentation for wxCalendarEvent class
+// Purpose: interface of wxCalendarEvent
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxadv}
@category{events}
- @seealso
- wxCalendarCtrl
+ @see wxCalendarCtrl
*/
class wxCalendarEvent : public wxDateEvent
{
};
+
/**
@class wxCalendarDateAttr
@wxheader{calctrl.h}
@library{wxadv}
@category{misc}
- @seealso
- wxCalendarCtrl
+ @see wxCalendarCtrl
*/
class wxCalendarDateAttr
{
const wxColour GetBackgroundColour() const;
/**
- Returns the border to use for the item with this attribute.
+ Returns the border() to use for the item with this attribute.
*/
wxCalendarDateBorder GetBorder() const;
};
+
/**
@class wxCalendarCtrl
@wxheader{calctrl.h}
@category{ctrl}
@appearance{calendarctrl.png}
- @seealso
- @ref overview_samplecalendar "Calendar sample", wxCalendarDateAttr,
+ @see @ref overview_samplecalendar "Calendar sample", wxCalendarDateAttr,
wxCalendarEvent
*/
class wxCalendarCtrl : public wxControl
/**
Returns one of @c wxCAL_HITTEST_XXX
- constants and fills either @a date or
+ constants() and fills either @a date or
@a wd pointer with the corresponding value depending on the hit test code.
*/
wxCalendarHitTestResult HitTest(const wxPoint& pos,
void SetHolidayColours(const wxColour& colFg,
const wxColour& colBg);
};
+