Bring AddActionTrigger() doc string up to date with the interface
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -782,8 +782,12 @@ public:
|
|||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
@param action
|
@param action
|
||||||
Which action to trigger. See @link pgactions List of list of
|
Which action to trigger. See @ref propgrid_keyboard_actions.
|
||||||
wxPropertyGrid actions@endlink.
|
@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 );
|
void AddActionTrigger( int action, int keycode, int modifiers = 0 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user