Add support for digits and +/- sign to wxUIActionSimulator::Text().
Support the characters needed for number entry in wxUIActionSimulator::Text() too. Closes #13671. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -148,7 +148,8 @@ public:
|
||||
/**
|
||||
Emulate typing in the keys representing the given string.
|
||||
|
||||
Currently only the ASCII letters (i.e. characters @c a-z and @c A-Z)
|
||||
Currently only the ASCII letters, digits and characters for the definition
|
||||
of numbers (i.e. characters @c a-z @c A-Z @c 0-9 @c + @c - @c . @c , @c 'space')
|
||||
are supported.
|
||||
|
||||
@param text
|
||||
|
Reference in New Issue
Block a user