]> git.saurik.com Git - wxWidgets.git/commit
Add wxHtmlTag::GetParamAsString() convenience method.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:38 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:38 +0000 (23:48 +0000)
commit486a0fa75f8ae4ef12968ef0eee8b54b066d11af
treee01775c1ed9bce91df5333ab3236d75991a7ee8e
parentf80ecb895354bfaa06cbf0e398383b243f1a20bf
Add wxHtmlTag::GetParamAsString() convenience method.

This is more convenient to use than HasParam() + GetParam() and also slightly
more efficient as we search for the tag name only once.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/html/htmltag.h
interface/wx/html/htmltag.h
src/html/htmltag.cpp