X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da36f5446f10eace61869a3e42672667f344e63b..0e300ddd7d91d46e3d9fcbbefe916b0fda6fcbbc:/docs/latex/wx/closeevt.tex diff --git a/docs/latex/wx/closeevt.tex b/docs/latex/wx/closeevt.tex index 58bf4391f0..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}% @@ -26,7 +30,8 @@ This event applies to wxApp only.} \helpref{wxWindow::OnCloseWindow}{wxwindowonclosewindow},\rtfsp \helpref{wxWindow::Close}{wxwindowclose},\rtfsp \helpref{wxApp::OnQueryEndSession}{wxapponqueryendsession},\rtfsp -\helpref{wxApp::OnEndSession}{wxapponendsession},\rtfsp +%% GD: OnXXX functions are not documented +%%\helpref{wxApp::OnEndSession}{wxapponendsession},\rtfsp \helpref{Window deletion overview}{windowdeletionoverview} \latexignore{\rtfignore{\wxheading{Members}}}