X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9a4f2295344414e2ee4e3ec27fa5292918dff27..43c42c18d36c703a88b1b7b697bac27fe5608eca:/include/wx/uiaction.h?ds=sidebyside diff --git a/include/wx/uiaction.h b/include/wx/uiaction.h index 7736620675..5170170dc9 100644 --- a/include/wx/uiaction.h +++ b/include/wx/uiaction.h @@ -58,8 +58,8 @@ public: { return Key(keycode, modifiers, false); } // Higher level methods for generating both the key press and release for a - // single key or for all characters in the ASCII string "text" which can - // currently contain letters only (no digits, no punctuation). + // single key or for all characters in the ASCII string "text" which can currently + // contain letters, digits and characters for the definition of numbers [+-., ]. bool Char(int keycode, int modifiers = wxMOD_NONE); bool Text(const char *text);