]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/uiaction.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / uiaction.h
index b74ef64de0bedc2963cbba96656e43c304b4d4d0..51827cba0643cf4bbd9a9ba3c9b4b34940d50717 100644 (file)
@@ -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