From f29d3d6133310ab9d46bbb51bbd4f269210c7b35 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Thu, 12 Jan 2006 15:25:26 +0000 Subject: [PATCH] Change reference from GetForce to CanVeto git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 3cbe017767..115cb7db0a 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -355,7 +355,7 @@ Usually it is only used with the top level windows (wxFrame and wxDialog classes) as the others are not supposed to have any special OnClose() logic. The close handler should check whether the window is being deleted forcibly, -using \helpref{wxCloseEvent::GetForce}{wxcloseeventgetforce}, in which case it +using \helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto}, in which case it should destroy the window using \helpref{wxWindow::Destroy}{wxwindowdestroy}. {\it Note} that calling Close does not guarantee that the window will be