added wxUSE_DATEPICKCTRL_GENERIC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7ae712f566
commit
04049dbb0b
@ -1108,6 +1108,18 @@
|
|||||||
// (notably, wxNotebook pages)
|
// (notably, wxNotebook pages)
|
||||||
#define wxUSE_UXTHEME_AUTO 1
|
#define wxUSE_UXTHEME_AUTO 1
|
||||||
|
|
||||||
|
// ----------------------------------------------------------------------------
|
||||||
|
// Generic versions of native controls
|
||||||
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Set this to 1 to be able to use wxDatePickerCtrlGeneric in addition to the
|
||||||
|
// native wxDatePickerCtrl
|
||||||
|
//
|
||||||
|
// Default is 0.
|
||||||
|
//
|
||||||
|
// Recommended setting: 0, this is mainly used for testing
|
||||||
|
#define wxUSE_DATEPICKCTRL_GENERIC 0
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Crash debugging helpers
|
// Crash debugging helpers
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user