Remove obsolete GetForce

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-12-29 02:01:33 +00:00
parent 5bbca8b037
commit 2a7d0c10c3

View File

@@ -74,14 +74,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. 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} \membersection{wxCloseEvent::SetCanVeto}\label{wxcloseeventsetcanveto}
\func{void}{SetCanVeto}{\param{bool}{ canVeto}} \func{void}{SetCanVeto}{\param{bool}{ canVeto}}