Implement wxWebView::EnableAccessToDevTools() for GTK

This commit is contained in:
Tobias Taschner
2021-02-26 18:49:30 +01:00
parent 302ae644dd
commit 3af4702b11
3 changed files with 15 additions and 1 deletions

View File

@@ -78,6 +78,8 @@ public:
virtual wxString GetPageText() const wxOVERRIDE;
virtual void Print() wxOVERRIDE;
virtual bool IsBusy() const wxOVERRIDE;
virtual void EnableAccessToDevTools(bool enable = true) wxOVERRIDE;
virtual bool IsAccessToDevToolsEnabled() const wxOVERRIDE;
void SetZoomType(wxWebViewZoomType) wxOVERRIDE;
wxWebViewZoomType GetZoomType() const wxOVERRIDE;