don't use deprecated interface
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,8 +47,15 @@ TAG_HANDLER_PROC(tag)
|
|||||||
|
|
||||||
if (tag.HasParam(wxT("FLOAT"))) fl = ax;
|
if (tag.HasParam(wxT("FLOAT"))) fl = ax;
|
||||||
|
|
||||||
wnd = new wxTextCtrl(m_WParser->GetWindow(), wxID_ANY, tag.GetParam(wxT("NAME")),
|
wnd = new wxTextCtrl
|
||||||
wxPoint(0,0), wxSize(ax, ay), wxTE_MULTILINE);
|
(
|
||||||
|
m_WParser->GetWindowInterface()->GetHTMLWindow(),
|
||||||
|
wxID_ANY,
|
||||||
|
tag.GetParam(wxT("NAME")),
|
||||||
|
wxPoint(0,0),
|
||||||
|
wxSize(ax, ay),
|
||||||
|
wxTE_MULTILINE
|
||||||
|
);
|
||||||
|
|
||||||
wnd->Show(true);
|
wnd->Show(true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user