diff --git a/configure b/configure index 879c62bf5b..ffd9fb1217 100755 --- a/configure +++ b/configure @@ -2307,7 +2307,7 @@ Optional Features: --enable-metafile use wxMetaFile --enable-dragimage use wxDragImage --enable-accessibility enable accessibility support - --enable-uiactionsim use wxUIActionSimulator (experimental) + --enable-uiactionsim use wxUIActionSimulator --enable-dctransform use wxDC::SetTransformMatrix and related --enable-webviewwebkit use wxWebView WebKit backend --disable-glcanvasegl disable wxGLCanvas EGL backend diff --git a/configure.in b/configure.in index 0148cfee9d..f0ab2a3c7f 100644 --- a/configure.in +++ b/configure.in @@ -999,7 +999,7 @@ WX_ARG_FEATURE(joystick, [ --enable-joystick use wxJoystick], wxUSE_JO WX_ARG_FEATURE(metafile, [ --enable-metafile use wxMetaFile], wxUSE_METAFILE) WX_ARG_FEATURE(dragimage, [ --enable-dragimage use wxDragImage], wxUSE_DRAGIMAGE) WX_ARG_FEATURE(accessibility,[ --enable-accessibility enable accessibility support], wxUSE_ACCESSIBILITY) -WX_ARG_FEATURE(uiactionsim, [ --enable-uiactionsim use wxUIActionSimulator (experimental)], wxUSE_UIACTIONSIMULATOR) +WX_ARG_FEATURE(uiactionsim, [ --enable-uiactionsim use wxUIActionSimulator], wxUSE_UIACTIONSIMULATOR) WX_ARG_FEATURE(dctransform, [ --enable-dctransform use wxDC::SetTransformMatrix and related], wxUSE_DC_TRANSFORM_MATRIX) WX_ARG_FEATURE(webviewwebkit,[ --enable-webviewwebkit use wxWebView WebKit backend], wxUSE_WEBVIEW_WEBKIT) WX_ARG_FEATURE(glcanvasegl, [ --disable-glcanvasegl disable wxGLCanvas EGL backend], wxUSE_GLCANVAS_EGL) diff --git a/interface/wx/uiaction.h b/interface/wx/uiaction.h index 6eee87ef66..51f7c8b786 100644 --- a/interface/wx/uiaction.h +++ b/interface/wx/uiaction.h @@ -17,6 +17,8 @@ See the @ref page_samples_uiaction for an example of using this class. + @note This class currently doesn't work when using Wayland with wxGTK. + @since 2.9.2 @library{wxcore}