X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..9b49405777342458dc1666001865eef7309b6c30:/interface/wx/accel.h?ds=sidebyside diff --git a/interface/wx/accel.h b/interface/wx/accel.h index 2be0bdded1..bc67d5f3b2 100644 --- a/interface/wx/accel.h +++ b/interface/wx/accel.h @@ -34,7 +34,7 @@ enum wxAcceleratorEntryFlags (see wxAcceleratorTable). @library{wxcore} - @category{misc} + @category{data} @see wxAcceleratorTable, wxWindow::SetAcceleratorTable */ @@ -45,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 @@ -86,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 @@ -104,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". */ @@ -156,7 +157,7 @@ public: 'OK'. @library{wxcore} - @category{misc} + @category{data} @stdobjects ::wxNullAcceleratorTable