Minor updates to wxUIActionSimulator documentation
Don't say that it's experimental in configure but do mention that it doesn't work under Wayland. Closes #23619.
This commit is contained in:
parent
db09adf6b5
commit
58c49d06fa
3 changed files with 4 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue