X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8354b47d964c24808c06946a5bafdcf27e877de6..794b89c9565fc4e7b24722d2d52de4f7d23b6754:/include/wx/calctrl.h 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 }; // ----------------------------------------------------------------------------