added links to the event docs from the default event processing section

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-01-16 22:50:30 +00:00
parent 0ec6fd04eb
commit 974d9c98f0

View File

@@ -69,15 +69,15 @@ See also \helpref{window styles overview}{windowstyles}.
wxFrame processes the following events: wxFrame processes the following events:
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt
\twocolitem{wxEVT\_SIZE}{If the frame has exactly one child window, not \twocolitem{\helpref{wxEVT\_SIZE}{wxsizeevent}}{If the frame has exactly one
counting the status and toolbar, this child is resized to take the entire frame child window, not counting the status and toolbar, this child is resized to
client area. If two or more windows are present, they should be laid out take the entire frame client area. If two or more windows are present, they
explicitly either by manually handling wxEVT\_SIZE or using should be laid out explicitly either by manually handling wxEVT\_SIZE or using
\helpref{sizers}{sizeroverview}} \helpref{sizers}{sizeroverview}}
\twocolitem{wxEVT\_MENU\_HIGHLIGHT}{The default implementation displays the \twocolitem{\helpref{wxEVT\_MENU\_HIGHLIGHT}{wxmenuevent}}{The default
\helpref{help string}{wxmenuitemgethelp} associated with the selected item in implementation displays the \helpref{help string}{wxmenuitemgethelp} associated
the first pane of the status bar, if there is one.} with the selected item in the first pane of the status bar, if there is one.}
\end{twocollist} \end{twocollist}
\wxheading{Remarks} \wxheading{Remarks}