Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup
authorJulian Smart <julian@anthemion.co.uk>
Tue, 12 Sep 2000 14:53:39 +0000 (14:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 12 Sep 2000 14:53:39 +0000 (14:53 +0000)
commit5100cabffa34c38db26884577113d01f21cda446
tree4f56af402d49e7dbd371d57274106a0079a2ca90
parent135ce19c6765c1163b63071ed84443da989cac7a
Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup
to wxHelpControllerBase and wxCHMHelpController; updated sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/cshelp.h
include/wx/defs.h
include/wx/helpbase.h
include/wx/msw/helpchm.h
include/wx/msw/helpwin.h
samples/help/demo.cpp
samples/help/doc.chm
samples/help/doc.h [new file with mode: 0644]
samples/help/doc.hhp
samples/help/popups.txt [new file with mode: 0644]
src/common/cshelp.cpp
src/common/gdicmn.cpp
src/msw/helpchm.cpp
src/msw/helpwin.cpp
src/msw/ownerdrw.cpp