Added parent window parameter to wxHelpController constructor
authorJulian Smart <julian@anthemion.co.uk>
Wed, 26 Oct 2005 09:32:10 +0000 (09:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 26 Oct 2005 09:32:10 +0000 (09:32 +0000)
commit3db5226517a63bcdc983e638f1a312764fe1312f
tree9f9fcaffac3efe96451d00f1c9cfc51683d0878b
parentb4f9b09cb92cf7c4e12815c4af605c7d74cd4514
Added parent window parameter to wxHelpController constructor
and added SetParentWindow/GetParentWindow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
docs/changes.txt
docs/latex/wx/helpinst.tex
include/wx/generic/helpext.h
include/wx/helpbase.h
include/wx/html/helpctrl.h
include/wx/msw/helpbest.h
include/wx/msw/helpchm.h
include/wx/msw/helpwin.h
include/wx/msw/wince/helpwce.h
src/generic/helpext.cpp
src/html/helpctrl.cpp
src/msw/helpbest.cpp
src/msw/helpchm.cpp
src/msw/helpwin.cpp