]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/accel.tex
added IsEditable
[wxWidgets.git] / docs / latex / wx / accel.tex
index e753a8b75b63650578cc3a372bdd59f72cca0eed..fab1e2b05f84c234be44ceafcbb72f5d047bacde 100644 (file)
@@ -141,6 +141,10 @@ Loads the accelerator table from a Windows resource (Windows only).
 wxAcceleratorEntry objects, or 3-tuples consisting of flags, keyCode,
 and cmd values like you would construct wxAcceleratorEntry objects with.}
 
+\perlnote{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.}
+
 \membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}
 
 \func{}{\destruct{wxAcceleratorTable}}{\void}