]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/accel.tex
mention Watcom makefile for wxBase
[wxWidgets.git] / docs / latex / wx / accel.tex
index e753a8b75b63650578cc3a372bdd59f72cca0eed..f557b8371b455328ac9446b5a1a1f2393ba8da19 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}
@@ -151,7 +155,7 @@ Destroys the wxAcceleratorTable object.
 
 \constfunc{bool}{Ok}{\void}
 
-Returns TRUE if the accelerator table is valid.
+Returns true if the accelerator table is valid.
 
 \membersection{wxAcceleratorTable::operator $=$}
 
@@ -182,7 +186,7 @@ equal (a fast test).
 
 \wxheading{Return value}
 
-Returns TRUE if the accelerator tables were effectively equal, FALSE otherwise.
+Returns true if the accelerator tables were effectively equal, false otherwise.
 
 \membersection{wxAcceleratorTable::operator $!=$}
 
@@ -197,6 +201,6 @@ unequal (a fast test).
 
 \wxheading{Return value}
 
-Returns TRUE if the accelerator tables were unequal, FALSE otherwise.
+Returns true if the accelerator tables were unequal, false otherwise.