Add --disable-nativeanimation configure option, and wxUSE_NATIVE_ANIMATIONCTRL

This commit is contained in:
Robin Dunn
2020-03-24 13:19:34 -07:00
parent 501e55f949
commit d72ef11e87
11 changed files with 110 additions and 0 deletions

View File

@@ -923,6 +923,15 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
//
// Default is 1.
//
// Recommended setting: 1, but can be set to 0 if your program is affected by
// the native control limitations.
#define wxUSE_NATIVE_ANIMATIONCTRL 1
// Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
// below either wxStatusBar95 or a generic wxStatusBar will be used.
//