]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/accel.h
implement * and / operators for wxPoint, not only wxSize.
[wxWidgets.git] / interface / wx / accel.h
index bc67d5f3b20a1057a4eb48d4949743955f4e8563..0704a7a5d91d32b0d53cc09ac9ab7ad5f3b6ae3f 100644 (file)
@@ -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[]);