Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-24 08:16:37 +00:00
parent 5cc55caf2b
commit 0497e17283
10 changed files with 74 additions and 103 deletions

View 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}