Classes | |
class | wxCalendarEvent |
The wxCalendarEvent class is used together with wxCalendarCtrl. More... | |
class | wxCalendarDateAttr |
wxCalendarDateAttr is a custom attributes for a calendar date. More... | |
class | wxCalendarCtrl |
The calendar control allows the user to pick a date. More... | |
Enumerations | |
enum | wxCalendarDateBorder { wxCAL_BORDER_NONE, wxCAL_BORDER_SQUARE, wxCAL_BORDER_ROUND } |
Possible kinds of borders which may be used to decorate a date using wxCalendarDateAttr. More... | |
enum | wxCalendarHitTestResult { wxCAL_HITTEST_NOWHERE, wxCAL_HITTEST_HEADER, wxCAL_HITTEST_DAY, wxCAL_HITTEST_INCMONTH, wxCAL_HITTEST_DECMONTH, wxCAL_HITTEST_SURROUNDING_WEEK, wxCAL_HITTEST_WEEK } |
Possible return values from wxCalendarCtrl::HitTest(). More... |
enum wxCalendarDateBorder |
Possible kinds of borders which may be used to decorate a date using wxCalendarDateAttr.
Possible return values from wxCalendarCtrl::HitTest().
![]() |
[ top ] |