]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/accel.tex
fixed indentation in case there's only one cell on line
[wxWidgets.git] / docs / latex / wx / accel.tex
index fab1e2b05f84c234be44ceafcbb72f5d047bacde..40ae0b24dd63136a007a28d70956a9260efb469a 100644 (file)
@@ -97,13 +97,13 @@ initial accelerator table for a window.
   wxAcceleratorTable accel(4, entries);
   frame->SetAcceleratorTable(accel);
 \end{verbatim}
-}
+}%
 
 \wxheading{Remarks}
 
 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}
 
@@ -155,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 $=$}
 
@@ -186,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 $!=$}
 
@@ -201,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.