]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/closeevt.tex
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
[wxWidgets.git] / docs / latex / wx / closeevt.tex
index 0880be8144ad92a2cc74a10f813d1e0e39aad6b6..1684c16c86f675bf8916798eb50551f7b7b7563c 100644 (file)
@@ -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}
 
 <wx/event.h>
 
+\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}}