Searched refs:htmltext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhteasypr.tex74 \func{bool}{PreviewText}{\param{const wxString\& }{htmltext}, \param{const wxString\& }{basepath = wxEmptyString}}
84 \docparam{htmltext}{HTML text.}
101 \func{bool}{PrintText}{\param{const wxString\& }{htmltext}, \param{const wxString\& }{basepath = wxEmptyString}}
111 \docparam{htmltext}{HTML text.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmprint.h223 bool PreviewText(const wxString &htmltext, const wxString& basepath = wxEmptyString);
229 bool PrintText(const wxString &htmltext, const wxString& basepath = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp542 bool wxHtmlEasyPrinting::PreviewText(const wxString &htmltext, const wxString &basepath) argument
545 p1->SetHtmlText(htmltext, basepath, true);
547 p2->SetHtmlText(htmltext, basepath, true);
564 bool wxHtmlEasyPrinting::PrintText(const wxString &htmltext, const wxString &basepath) argument
567 p->SetHtmlText(htmltext, basepath, true);

Completed in 118 milliseconds