Add wxUSE_NATIVE_DATAVIEWCTRL build option
It defaults to 1, but can be set to 0 to force using the generic version of the control even under GTK or Mac, where the native version is used by default. This can, unfortunately, be useful to work around various but multiple native control limitations.
This commit is contained in:
@@ -411,6 +411,8 @@
|
||||
#cmakedefine01 wxUSE_TREECTRL
|
||||
#cmakedefine01 wxUSE_TREELISTCTRL
|
||||
|
||||
#cmakedefine01 wxUSE_NATIVE_DATAVIEWCTRL
|
||||
|
||||
#cmakedefine01 wxUSE_STATUSBAR
|
||||
|
||||
#cmakedefine01 wxUSE_NATIVE_STATUSBAR
|
||||
|
Reference in New Issue
Block a user