X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..9a6fda2288944cf3a8fc9ba1d33746b903daff60:/interface/wx/accel.h diff --git a/interface/wx/accel.h b/interface/wx/accel.h index 616f2b047a..e7d60861a5 100644 --- a/interface/wx/accel.h +++ b/interface/wx/accel.h @@ -29,7 +29,6 @@ enum wxAcceleratorEntryFlags /** @class wxAcceleratorEntry - @wxheader{accel.h} An object used by an application wishing to create an accelerator table (see wxAcceleratorTable). @@ -46,10 +45,10 @@ public: Constructor. @param flags - A combination of the wxAcceleratorEntryFlags values, which + A combination of the ::wxAcceleratorEntryFlags values, which indicates which modifier keys are held down. @param keyCode - The keycode to be detected. See @ref page_keycodes for a full list of keycodes. + The keycode to be detected. See ::wxKeyCode for a full list of keycodes. @param cmd The menu or control command identifier (ID). @param item @@ -87,10 +86,10 @@ public: Sets the accelerator entry parameters. @param flags - A combination of the wxAcceleratorEntryFlags values, which + A combination of the ::wxAcceleratorEntryFlags values, which indicates which modifier keys are held down. @param keyCode - The keycode to be detected. See @ref page_keycodes for a full list of keycodes. + The keycode to be detected. See ::wxKeyCode for a full list of keycodes. @param cmd The menu or control command identifier (ID). @param item @@ -105,6 +104,7 @@ public: /** Returns a wxString for this accelerator. + This function formats it using the @c "flags-keycode" format where @c flags maybe a hyphen-separed list of @c "shift|alt|ctrl". */ @@ -130,7 +130,6 @@ public: /** @class wxAcceleratorTable - @wxheader{accel.h} An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands.