Update description of wxUSE_NATIVE_ANIMATIONCTRL

This commit is contained in:
Robin Dunn
2020-03-24 19:41:41 -07:00
parent 8c87c1ec03
commit 201af608f7
8 changed files with 16 additions and 15 deletions

View File

@@ -922,8 +922,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//
@@ -931,6 +931,7 @@
// 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.
//

View File

@@ -923,8 +923,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//

View File

@@ -923,8 +923,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//

View File

@@ -923,8 +923,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//

View File

@@ -929,8 +929,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//

View File

@@ -919,8 +919,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//

View File

@@ -922,8 +922,8 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use generic version of wxAnimationCtrl and supporting classes, even if a
// native one is available?
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//

View File

@@ -465,7 +465,7 @@ typedef pid_t GPid;
#define wxUSE_NATIVE_DATAVIEWCTRL 0
#define wxUSE_NATIVE_ANIMATIONCTRL 0
#define wxUSE_NATIVE_ANIMATIONCTRL 1
#define wxUSE_STATUSBAR 1