X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8354b47d964c24808c06946a5bafdcf27e877de6..d7b20621ef1170ed3c505f65d77227cf18c80499:/include/wx/calctrl.h?ds=inline diff --git a/include/wx/calctrl.h b/include/wx/calctrl.h index b4144a2d1b..4d800cd3a5 100644 --- a/include/wx/calctrl.h +++ b/include/wx/calctrl.h @@ -48,7 +48,10 @@ enum wxCAL_SEQUENTIAL_MONTH_SELECTION = 0x0010, // show the neighbouring weeks in the previous and next month - wxCAL_SHOW_SURROUNDING_WEEKS = 0x0020 + wxCAL_SHOW_SURROUNDING_WEEKS = 0x0020, + + // show week numbers on the left side of the calendar. + wxCAL_SHOW_WEEK_NUMBERS = 0x0040 }; // ----------------------------------------------------------------------------