1. corrections for compilation of the wxBase apps with wxApp
2. wxCAL_NO_MONTH/YEAR_CHANGE styles implemented, cosmetic corrections 3. attempt at BC++ compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1117,6 +1117,8 @@ enum wxStretch
|
||||
#define wxCAL_SUNDAY_FIRST 0x0000
|
||||
#define wxCAL_MONDAY_FIRST 0x0001
|
||||
#define wxCAL_SHOW_HOLIDAYS 0x0002
|
||||
#define wxCAL_NO_YEAR_CHANGE 0x0004
|
||||
#define wxCAL_NO_MONTH_CHANGE 0x000c // no month change => no year change
|
||||
|
||||
/*
|
||||
* extended dialog specifiers. these values are stored in a different
|
||||
|
Reference in New Issue
Block a user