summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
15e8dae)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22518
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class HTML_Handler_##name : public wxHtmlWinTagHandler \
{ \
public: \
class HTML_Handler_##name : public wxHtmlWinTagHandler \
{ \
public: \
+ HTML_Handler_##name() : wxHtmlWinTagHandler() {} \
wxString GetSupportedTags() {return wxT(tags);}
wxString GetSupportedTags() {return wxT(tags);}