]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/accel.tex
don't make read-only text controls editable when enabled
[wxWidgets.git] / docs / latex / wx / accel.tex
index ce92692abf296003c601c9dab62cd943e9a7b372..0ee4778c9c5ad16896b0b489c19cb97efa746237 100644 (file)
@@ -71,7 +71,7 @@ which modifier key is held down.}
 \section{\class{wxAcceleratorTable}}\label{wxacceleratortable}
 
 An accelerator table allows the application to specify a table of keyboard shortcuts for
-menus or other commands. On Windows, menu or button commands are supported; on GTK,
+menus or other commands. On Windows and Mac OS X, menu or button commands are supported; on GTK,
 only menu commands are supported.
 
 The object {\bf wxNullAcceleratorTable} is defined to be a table with no data, and is the
@@ -148,8 +148,8 @@ 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.}
+Wx::AcceleratorEntry objects or references to 3-element arrays
+( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.}
 
 \membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}\label{wxacceleratortabledtor}
 
@@ -176,4 +176,5 @@ Assignment operator, using \helpref{reference counting}{trefcount}.
 
 \wxheading{Return value}
 
-Returns reference to this object.
+Returns a reference to this object.
+