]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/accel.tex
documented VFS handlers
[wxWidgets.git] / docs / latex / wx / accel.tex
index f87438065fa338171087a3ad7a73ac36d40abc35..e753a8b75b63650578cc3a372bdd59f72cca0eed 100644 (file)
@@ -103,7 +103,7 @@ initial accelerator table for a window.
 
 An accelerator takes precedence over normal processing and can be a convenient way to program some event handling.
 For example, you can use an accelerator table to enable a dialog with a multi-line text control to
-accept CTRL-Enter as meaning 'OK' (but not in GTK at present).
+accept CTRL-Enter as meaning `OK' (but not in GTK at present).
 
 \wxheading{See also}
 
@@ -167,7 +167,7 @@ counter. It is a fast operation.
 
 \wxheading{Return value}
 
-Returns 'this' object.
+Returns reference to this object.
 
 \membersection{wxAcceleratorTable::operator $==$}
 
@@ -178,7 +178,7 @@ equal (a fast test).
 
 \wxheading{Parameters}
 
-\docparam{accel}{Accelerator table to compare with 'this'}
+\docparam{accel}{Accelerator table to compare with}
 
 \wxheading{Return value}
 
@@ -193,7 +193,7 @@ unequal (a fast test).
 
 \wxheading{Parameters}
 
-\docparam{accel}{Accelerator table to compare with 'this'}
+\docparam{accel}{Accelerator table to compare with}
 
 \wxheading{Return value}