X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/571d991bb3232f0dcd3319dbdc9d35e5c80f4c71..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/uiaction.h diff --git a/interface/wx/uiaction.h b/interface/wx/uiaction.h index b74ef64de0..51827cba06 100644 --- a/interface/wx/uiaction.h +++ b/interface/wx/uiaction.h @@ -2,7 +2,6 @@ // Name: uiaction.h // Purpose: interface of wxUIActionSimulator // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -94,7 +93,7 @@ public: y start coordinate, in screen coordinates. @param x2 - x desintation coordinate, in screen coordinates. + x destination coordinate, in screen coordinates. @param y2 y destination coordinate, in screen coordinates. @@ -148,7 +147,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