Add support for using the XTest extension in wxUIActionSimulator
Fixes wxUIActionSimulator under wxGTK3, see #17530.
This commit is contained in:
committed by
Vadim Zeitlin
parent
a31a7522c4
commit
a4716916b7
@@ -1403,6 +1403,9 @@
|
||||
// Compile wxUIActionSimulator class?
|
||||
#define wxUSE_UIACTIONSIMULATOR 1
|
||||
|
||||
// Use the XTest extension for wxUIActionSimulator?
|
||||
#define wxUSE_XTEST 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDC classes for various output formats
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -1231,6 +1231,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_XRC) */
|
||||
|
||||
#ifndef wxUSE_XTEST
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_XTEST must be defined, please read comment near the top of this file."
|
||||
# else
|
||||
# define wxUSE_XTEST 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_XTEST) */
|
||||
|
||||
#endif /* wxUSE_GUI */
|
||||
|
||||
/*
|
||||
|
@@ -1404,6 +1404,9 @@
|
||||
// Compile wxUIActionSimulator class?
|
||||
#define wxUSE_UIACTIONSIMULATOR 1
|
||||
|
||||
// Use the XTest extension for wxUIActionSimulator?
|
||||
#define wxUSE_XTEST 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDC classes for various output formats
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -1404,6 +1404,9 @@
|
||||
// Compile wxUIActionSimulator class?
|
||||
#define wxUSE_UIACTIONSIMULATOR 1
|
||||
|
||||
// Use the XTest extension for wxUIActionSimulator?
|
||||
#define wxUSE_XTEST 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDC classes for various output formats
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -1404,6 +1404,9 @@
|
||||
// Compile wxUIActionSimulator class?
|
||||
#define wxUSE_UIACTIONSIMULATOR 1
|
||||
|
||||
// Use the XTest extension for wxUIActionSimulator?
|
||||
#define wxUSE_XTEST 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDC classes for various output formats
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -1400,6 +1400,9 @@
|
||||
// Compile wxUIActionSimulator class?
|
||||
#define wxUSE_UIACTIONSIMULATOR 1
|
||||
|
||||
// Use the XTest extension for wxUIActionSimulator?
|
||||
#define wxUSE_XTEST 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDC classes for various output formats
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -1403,6 +1403,9 @@
|
||||
// Compile wxUIActionSimulator class?
|
||||
#define wxUSE_UIACTIONSIMULATOR 1
|
||||
|
||||
// Use the XTest extension for wxUIActionSimulator?
|
||||
#define wxUSE_XTEST 1
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDC classes for various output formats
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user