HomeSort by relevance Sort by last modified time
    Searched defs:wxWebBrowserShell (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/wx/
WebBrowserShell.h 40 class WXDLLIMPEXP_WEBKIT wxWebBrowserShell : public wxFrame
45 %pythonAppend wxWebBrowserShell "self._setOORInfo(self)"
47 wxWebBrowserShell(const wxString& title);
50 ~wxWebBrowserShell();
WebBrowserShell.cpp 72 BEGIN_EVENT_TABLE(wxWebBrowserShell, wxFrame)
73 EVT_MENU(wxID_CUT, wxWebBrowserShell::OnCut)
74 EVT_MENU(wxID_COPY, wxWebBrowserShell::OnCopy)
75 EVT_MENU(wxID_PASTE, wxWebBrowserShell::OnPaste)
76 EVT_MENU(wxID_EXIT, wxWebBrowserShell::OnQuit)
77 EVT_MENU(wxID_ABOUT, wxWebBrowserShell::OnAbout)
78 EVT_MENU(ID_LOADFILE, wxWebBrowserShell::OnLoadFile)
79 EVT_TEXT_ENTER(ID_TEXTCTRL, wxWebBrowserShell::OnAddressBarEnter)
80 EVT_TEXT_ENTER(ID_SEARCHCTRL, wxWebBrowserShell::OnSearchCtrlEnter)
81 EVT_WEBVIEW_LOAD(ID_WEBVIEW, wxWebBrowserShell::OnLoadEvent
    [all...]

Completed in 37 milliseconds