Searched refs:SetPage (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_html.cpp68 control->SetPage(GetText(wxT("htmlcode")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp75 html->SetPage(HTML_content);
113 html->SetPage(HTML_content);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlstrt.tex10 and \helpref{SetPage}{wxhtmlwindowsetpage}.
11 LoadPage loads and displays HTML file while SetPage displays directly the
16 mywin -> SetPage("<html><body>"
H A Dhtwindow.tex17 \helpref{SetPage(text)}{wxhtmlwindowsetpage},
199 Unlike SetPage this function first loads HTML page from {\it location}
414 \membersection{wxHtmlWindow::SetPage}\label{wxhtmlwindowsetpage}
416 \func{bool}{SetPage}{\param{const wxString\& }{source}}
422 htmlwin -> SetPage("<html><body>Hello, world!</body></html>");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpage-flags.h143 static inline void SetPage##uname(struct page *page) \
184 static inline void SetPage##uname(struct page *page) { }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp353 html -> SetPage(htmlText);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h232 // SetPage(text) or LoadPage(filename).
266 virtual bool SetPage(const wxString& source);
277 // After the page is loaded, the method calls SetPage() to display it.
279 // Return value : same as SetPage
462 // implementation of SetPage()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp327 SetPage(wxT("<html><body></body></html>"));
392 bool wxHtmlWindow::SetPage(const wxString& source) function in class:wxHtmlWindow
572 rt_val = SetPage(src);
H A Dhelpwnd.cpp1298 TestWin->SetPage( content );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1370 win->SetPage(text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp1561 ctrl->SetPage(GetIntroText());

Completed in 214 milliseconds