Searched refs:m_Html (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp87 MyHtmlWindow *m_Html; member in class:MyFrame
230 m_Html = new MyHtmlWindow(this);
231 m_Html->SetRelatedFrame(this, _("HTML : %s"));
233 m_Html->SetRelatedStatusBar(0);
235 m_Html->ReadCustomization(wxConfig::Get());
236 m_Html->LoadFile(wxFileName(wxT("test.htm")));
237 m_Html->AddProcessor(m_Processor);
246 sz->Add(m_Html, 3, wxGROW);
256 m_Html->WriteCustomization(wxConfig::Get());
270 m_Html
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp68 wxHtmlWindow *m_Html; member in class:MyFrame
194 m_Html = new wxHtmlWindow(this);
195 m_Html -> SetRelatedFrame(this, _("HTML : %s"));
197 m_Html -> SetRelatedStatusBar(0);
200 m_Html -> LoadPage(m_Name);
258 m_Html -> LoadPage(m_Name);

Completed in 41 milliseconds