Searched refs:wxHtmlWindow (Results 26 - 43 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtparser.tex13 It is independent from wxHtmlWindow and can be used as stand-alone parser
164 Default behaviour is to call \helpref{wxHtmlWindow::OnOpeningURL}{wxhtmlwindowonopeningurl}
165 of the associated wxHtmlWindow object (which may decide to block the URL or
167 parser is not used with wxHtmlWindow.
H A Dhtcell.tex16 It is used by \helpref{wxHtmlWindow}{wxhtmlwindow} and
244 over a cell within \helpref{wxHtmlWindow}{wxhtmlwindow} this method of that
246 \helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage}.
H A Dhtmlcell.tex5 \helpref{wxHtmlWindow}{wxhtmlwindow} to parse and display HTML documents.
H A Dhtprint.tex41 Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for
H A Dhtdcrend.tex42 Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for
H A Dhteasypr.tex126 Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for
H A Dtxrc.tex336 <object class="wxHtmlWindow">
347 <object class="wxHtmlWindow">
361 <object class="wxHtmlWindow">
H A Drichtexthtmlhandler.tex33 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_USE\_CSS}}{Use CSS where possible, otherwise use workarounds that will show in wxHtmlWindow.}
H A Dhthelpct.tex225 reads and writes settings (including wxHtmlWindow's settings) when needed.
H A Dwxmsw.tex419 local pages or navigating the web. We should create a version of wxHtmlWindow that uses this
420 control, or have a separately-named control (wxHtmlCtrl), with a syntax as close as possible to wxHtmlWindow.
H A DwxPython.tex353 \item \helpref{wxHtmlWindow}{wxhtmlwindow}
H A Dcategory.tex595 \twocolitem{\helpref{wxHtmlWindow}{wxhtmlwindow}}{HTML window class}
600 \twocolitem{\helpref{wxHtmlWinParser}{wxhtmlwinparser}}{HTML parser class for wxHtmlWindow}
H A Dtsamples.tex281 {\bf Test} demonstrates how to create \helpref{wxHtmlWindow}{wxhtmlwindow}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhtmllbox.cpp458 return wxHtmlWindow::GetDefaultHTMLCursor(HTMLCursor_Default);
460 // in all other cases, use the same cursor as wxHtmlWindow:
461 return wxHtmlWindow::GetDefaultHTMLCursor(type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpwnd.cpp108 class wxHtmlHelpHtmlWindow : public wxHtmlWindow
113 : wxHtmlWindow(parent, id, pos, sz, style), m_Window(win)
130 static wxString GetOpenedPageWithAnchor(wxHtmlWindow *win)
151 BEGIN_EVENT_TABLE(wxHtmlHelpHtmlWindow, wxHtmlWindow)
391 m_HtmlWin = new wxHtmlWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_DEFAULT_STYLE|htmlWindowBorder);
1195 static void SetFontsToHtmlWin(wxHtmlWindow *win, const wxString& scalf, const wxString& fixf, int size)
1214 wxHtmlWindow *TestWin;
1251 topsizer->Add(TestWin = new wxHtmlWindow(this, wxID_ANY, wxDefaultPosition, wxSize(20, 150),
1337 // VS: We want to show the font that is actually used by wxHtmlWindow.
1339 // wxHtmlWindow use
[all...]
H A Dwinpars.cpp391 wxHtmlWindow *wxHtmlWinParser::GetWindow()
395 return wxDynamicCast(m_windowInterface->GetHTMLWindow(), wxHtmlWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp130 wxHtmlWindow* CreateHTMLCtrl(wxWindow* parent = NULL);
1314 if (ctrl->GetPage(evt.GetSelection())->IsKindOf(CLASSINFO(wxHtmlWindow)))
1553 wxHtmlWindow* MyFrame::CreateHTMLCtrl(wxWindow* parent)
1558 wxHtmlWindow* ctrl = new wxHtmlWindow(parent, wxID_ANY,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1345 wxHtmlWindow* win = new wxHtmlWindow(& dialog, wxID_ANY, wxDefaultPosition, wxSize(500, 400), wxSUNKEN_BORDER);

Completed in 223 milliseconds

12