]> git.saurik.com Git - wxWidgets.git/commit - include/wx/html/helpdlg.h
Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow
authorJulian Smart <julian@anthemion.co.uk>
Mon, 9 Jan 2006 13:42:57 +0000 (13:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 9 Jan 2006 13:42:57 +0000 (13:42 +0000)
commit3755cfa64d2f5182ec88d9d0bf934769e0269d10
treec6ea10b97ea47f5f2fa1b897ea5d88b5c9458221
parent1737dac20acc5819ce5a855d4587eb1967247cff
Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow
for embedded and modal help

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_html.dsp
docs/latex/wx/hthelpct.tex
docs/latex/wx/hthlpfrm.tex
include/wx/html/helpctrl.h
include/wx/html/helpdlg.h [new file with mode: 0644]
include/wx/html/helpfrm.h
include/wx/html/helpwin.h [new file with mode: 0644]
samples/help/demo.cpp
src/html/helpctrl.cpp
src/html/helpdlg.cpp [new file with mode: 0644]
src/html/helpfrm.cpp
src/html/helpwin.cpp [new file with mode: 0644]