]> git.saurik.com Git - wxWidgets.git/commit - include/wx/htmllbox.h
1. added abstract interface to wxHtmlWindow for use by wxHtmlWinParser and implemente...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 13 Apr 2006 22:08:28 +0000 (22:08 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 13 Apr 2006 22:08:28 +0000 (22:08 +0000)
commitbc55e31bdc7fbf6f1006f298ed8310e7972984e9
treefe8cefbbe240ee030f7c87d3574763b7df6bc17d
parente0d5d9af8b7816dc08cbc1297d96e9cf2e78b655
1. added abstract interface to wxHtmlWindow for use by wxHtmlWinParser and implemented it for wxHtmlListBox
2. used the above to implement clickable links support in wxHtmlListBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
docs/changes.txt
docs/latex/wx/htcell.tex
docs/latex/wx/htmllbox.tex
docs/latex/wx/htwindow.tex
docs/latex/wx/htwinprs.tex
include/wx/html/htmlcell.h
include/wx/html/htmlwin.h
include/wx/html/winpars.h
include/wx/htmllbox.h
samples/htlbox/htlbox.cpp
src/generic/htmllbox.cpp
src/html/htmlcell.cpp
src/html/htmlwin.cpp
src/html/htmprint.cpp
src/html/m_image.cpp
src/html/m_layout.cpp
src/html/winpars.cpp