git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10304
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
The following are the possible return values for
\helpref{HitTest}{wxcalendarctrlhittest} method:
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
\};
enum wxCalendarHitTestResult
\{
wxCAL_HITTEST_NOWHERE, // outside of anything
wxCAL_HITTEST_HEADER, // on the header (weekdays)
wxCAL_HITTEST_DAY // on a day in the calendar
\};
Here are the possible kinds of borders which may be used to decorate a date:
Here are the possible kinds of borders which may be used to decorate a date:
-{\small \begin{verbatim}
enum wxCalendarDateBorder
{
wxCAL\_BORDER\_NONE, // no border (default)
wxCAL\_BORDER\_SQUARE, // a rectangular border
wxCAL\_BORDER\_ROUND // a round border
}
enum wxCalendarDateBorder
{
wxCAL\_BORDER\_NONE, // no border (default)
wxCAL\_BORDER\_SQUARE, // a rectangular border
wxCAL\_BORDER\_ROUND // a round border
}