]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/accel.h
Add support for retrieving the currently selected text. Implement on all backends...
[wxWidgets.git] / interface / wx / accel.h
index e60430af7611a6d7f04644448727623d781213ae..974731fab6e55c314bdcf5d5aeaf6f4359de923f 100644 (file)
@@ -119,7 +119,10 @@ public:
             ToString(), i.e. contain the accelerator itself only, or have the
             format of a full menu item text with i.e. <code>Label TAB
             Accelerator</code>. In the latter case, the part of the string
-            before the TAB is ignored.
+            before the TAB is ignored. Notice that the latter format is only
+            supported for the compatibility with the previous wxWidgets
+            versions and the new code should pass only the accelerator string
+            itself to this function.
 
         @return @true if the given string correctly initialized this object
                 (i.e. if IsOk() returns true after this call)