Add support for using the XTest extension in wxUIActionSimulator

Fixes wxUIActionSimulator under wxGTK3, see #17530.
This commit is contained in:
Scott Talbert
2016-05-17 20:54:22 -04:00
committed by Vadim Zeitlin
parent a31a7522c4
commit a4716916b7
14 changed files with 194 additions and 0 deletions

View File

@@ -1405,6 +1405,9 @@
// Compile wxUIActionSimulator class?
#define wxUSE_UIACTIONSIMULATOR 1
// Use the XTest extension for wxUIActionSimulator?
#define wxUSE_XTEST 1
// ----------------------------------------------------------------------------
// wxDC classes for various output formats
// ----------------------------------------------------------------------------