X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bcfcdef85d9cfeaf9346babdbb8d7ed280da6d7..066f3611df971be93b2ec46b82c2f05f3ff9a422:/docs/latex/wx/closeevt.tex diff --git a/docs/latex/wx/closeevt.tex b/docs/latex/wx/closeevt.tex index 0880be8144..1684c16c86 100644 --- a/docs/latex/wx/closeevt.tex +++ b/docs/latex/wx/closeevt.tex @@ -18,12 +18,17 @@ to return {\tt true} or {\tt false} depending on whether the close instruction w \wxheading{Derived from} -\helpref{wxEvent}{wxevent} +\helpref{wxEvent}{wxevent}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event table macros} To process a close event, use these event handler macros to direct input to member @@ -74,14 +79,6 @@ shutting down. This method can only be called for end session and query end session events, it doesn't make sense for close window event. -\membersection{wxCloseEvent::GetForce}\label{wxcloseeventgetforce} - -\constfunc{bool}{GetForce}{\void} - -Returns true if the application wishes to force the window to close. -This will shortly be obsolete, replaced by CanVeto. - - \membersection{wxCloseEvent::SetCanVeto}\label{wxcloseeventsetcanveto} \func{void}{SetCanVeto}{\param{bool}{ canVeto}}