From: Vadim Zeitlin Date: Thu, 16 Jan 2003 22:50:30 +0000 (+0000) Subject: added links to the event docs from the default event processing section X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/974d9c98f06a22ac866cf54bb11015005ac14215 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 --- diff --git a/docs/latex/wx/frame.tex b/docs/latex/wx/frame.tex index 7e3d2169cf..d7a6ce08f8 100644 --- a/docs/latex/wx/frame.tex +++ b/docs/latex/wx/frame.tex @@ -69,15 +69,15 @@ See also \helpref{window styles overview}{windowstyles}. wxFrame processes the following events: \begin{twocollist}\itemsep=0pt -\twocolitem{wxEVT\_SIZE}{If the frame has exactly one child window, not -counting the status and toolbar, this child is resized to take the entire frame -client area. If two or more windows are present, they should be laid out -explicitly either by manually handling wxEVT\_SIZE or using +\twocolitem{\helpref{wxEVT\_SIZE}{wxsizeevent}}{If the frame has exactly one +child window, not counting the status and toolbar, this child is resized to +take the entire frame client area. If two or more windows are present, they +should be laid out explicitly either by manually handling wxEVT\_SIZE or using \helpref{sizers}{sizeroverview}} -\twocolitem{wxEVT\_MENU\_HIGHLIGHT}{The default implementation displays the -\helpref{help string}{wxmenuitemgethelp} associated with the selected item in -the first pane of the status bar, if there is one.} +\twocolitem{\helpref{wxEVT\_MENU\_HIGHLIGHT}{wxmenuevent}}{The default +implementation displays the \helpref{help string}{wxmenuitemgethelp} associated +with the selected item in the first pane of the status bar, if there is one.} \end{twocollist} \wxheading{Remarks}