X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/387a3b02e02d91da6c5d4331b667d835e32c83b0..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/docs/latex/wx/closeevt.tex diff --git a/docs/latex/wx/closeevt.tex b/docs/latex/wx/closeevt.tex index 19576f9e7f..611c752b79 100644 --- a/docs/latex/wx/closeevt.tex +++ b/docs/latex/wx/closeevt.tex @@ -6,6 +6,10 @@ This event class contains information about window and session close events. \helpref{wxEvent}{wxevent} +\wxheading{Include files} + + + \wxheading{Event table macros} To process a close event, use these event handler macros to direct input to member @@ -17,7 +21,7 @@ functions that take a wxCloseEvent argument. event applies to wxFrame and wxDialog classes.} \twocolitem{{\bf EVT\_QUERY\_END\_SESSION(func)}}{Process a query end session event, supplying the member function. This event applies to wxApp only.} -\twocolitem{{\bf EVT\__END\_SESSION(func)}}{Process an end session event, supplying the member function. +\twocolitem{{\bf EVT\_END\_SESSION(func)}}{Process an end session event, supplying the member function. This event applies to wxApp only.} \end{twocollist}% @@ -25,8 +29,9 @@ This event applies to wxApp only.} \helpref{wxWindow::OnCloseWindow}{wxwindowonclosewindow},\rtfsp \helpref{wxWindow::Close}{wxwindowclose},\rtfsp -\helpref{wxApp::OnQueryEndSession}{wxappqueryendsession},\rtfsp -\helpref{wxApp::OnEndSession}{wxappendsession},\rtfsp +\helpref{wxApp::OnQueryEndSession}{wxapponqueryendsession},\rtfsp +%% GD: OnXXX functions are not documented +%%\helpref{wxApp::OnEndSession}{wxapponendsession},\rtfsp \helpref{Window deletion overview}{windowdeletionoverview} \latexignore{\rtfignore{\wxheading{Members}}}