]> git.saurik.com Git - wxWidgets.git/commit
Add a wxHtmlTag helper parsing both absolute values and percents.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:21 +0000 (00:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:21 +0000 (00:37 +0000)
commite0e4b2b0e95c737ac7de5d10cf701ad74e34a124
tree1ef63716e13b8cc5bd3c72badc97fe83926a7d9c
parent935693c48491234b24cb1c8431a64f0f11349112
Add a wxHtmlTag helper parsing both absolute values and percents.

This allows to avoid some code duplication in different handlers.

Closes #14868.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/htmltag.h
src/html/htmltag.cpp
src/html/m_image.cpp
src/html/m_tables.cpp