X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4624460ec905603942263255a2e5d1c98b066ff..4582ed947831b29121287904a79a384d16c7aa91:/interface/wx/accel.h diff --git a/interface/wx/accel.h b/interface/wx/accel.h index e7d60861a5..0704a7a5d9 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 */ @@ -157,7 +157,7 @@ public: 'OK'. @library{wxcore} - @category{misc} + @category{data} @stdobjects ::wxNullAcceleratorTable @@ -179,6 +179,13 @@ public: Number of accelerator entries. @param entries The array of entries. + + @beginWxPerlOnly + The wxPerl constructor accepts a list of either + Wx::AcceleratorEntry objects or references to 3-element arrays + [flags, keyCode, cmd] , like the parameters of + Wx::AcceleratorEntry::new. + @endWxPerlOnly */ wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]);