The following are the possible return values for
\helpref{HitTest}{wxcalendarctrlhittest} method:
+{\small
\begin{verbatim}
enum wxCalendarHitTestResult
-\{
+{
wxCAL_HITTEST_NOWHERE, // outside of anything
wxCAL_HITTEST_HEADER, // on the header (weekdays)
wxCAL_HITTEST_DAY // on a day in the calendar
-\};
+}
\end{verbatim}
+}
\wxheading{See also}
\begin{verbatim}
enum wxCalendarDateBorder
{
- wxCAL\_BORDER\_NONE, // no border (default)
- wxCAL\_BORDER\_SQUARE, // a rectangular border
- wxCAL\_BORDER\_ROUND // a round border
+ wxCAL_BORDER_NONE, // no border (default)
+ wxCAL_BORDER_SQUARE, // a rectangular border
+ wxCAL_BORDER_ROUND // a round border
}
\end{verbatim}