]> git.saurik.com Git - wxWidgets.git/commitdiff
Change reference from GetForce to CanVeto
authorKevin Hock <hockkn@yahoo.com>
Thu, 12 Jan 2006 15:25:26 +0000 (15:25 +0000)
committerKevin Hock <hockkn@yahoo.com>
Thu, 12 Jan 2006 15:25:26 +0000 (15:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 3cbe01776773af9c45fd6a72457394d0d2949dd1..115cb7db0ace6c5a8db0fd5b732bfc1c8475a846 100644 (file)
@@ -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,
 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
 should destroy the window using \helpref{wxWindow::Destroy}{wxwindowdestroy}.
 
 {\it Note} that calling Close does not guarantee that the window will be