]> git.saurik.com Git - wxWidgets.git/commit
Add wxHtmlHelpController::SetShouldPreventAppExit().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Mar 2011 09:16:14 +0000 (09:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Mar 2011 09:16:14 +0000 (09:16 +0000)
commitbd45b3e1766beb235778b76c7d8fe85ed36076c3
tree3aaeec4524acc31acadaa43a0fa48996b7709cc5
parentfbe747340603a0b5d2cf4152c7e27581244a44bc
Add wxHtmlHelpController::SetShouldPreventAppExit().

Add a method which can be used to indicate that the help window should prevent
the application from exiting and use it in the help sample to prevent it from
closing prematurely.

Closes #13046.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/helpctrl.h
include/wx/html/helpfrm.h
interface/wx/html/helpctrl.h
samples/html/helpview/helpview.cpp
src/html/helpctrl.cpp
src/html/helpfrm.cpp