]> git.saurik.com Git - wxWidgets.git/commitdiff
Bring AddActionTrigger() doc string up to date with the interface
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 22 Dec 2010 17:43:49 +0000 (17:43 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 22 Dec 2010 17:43:49 +0000 (17:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index 5f275ab91f556f3e7d333a6e56cc564a4f3b55b4..bd3786f23f675f67f4fe50dd5210b8ca4b459f0a 100644 (file)
@@ -782,8 +782,12 @@ public:
         @endcode
 
         @param action
-            Which action to trigger. See @link pgactions List of list of
-            wxPropertyGrid actions@endlink.
+            Which action to trigger. See @ref propgrid_keyboard_actions.
+        @param keycode
+            Which keycode triggers the action.
+        @param modifiers
+            Which key event modifiers, in addition to keycode, are needed to
+            trigger the action.
     */
     void AddActionTrigger( int action, int keycode, int modifiers = 0 );