macOS: Implement access to dev tools for wxWebView

This commit is contained in:
Tobias Taschner
2021-03-08 12:08:20 +01:00
parent 57fa1c52b7
commit 4ab9ee32a8
2 changed files with 23 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ public:
virtual bool IsBusy() const wxOVERRIDE;
virtual bool IsAccessToDevToolsEnabled() const wxOVERRIDE;
virtual void EnableAccessToDevTools(bool enable = true) wxOVERRIDE;
//History functions
virtual void ClearHistory() wxOVERRIDE;
virtual void EnableHistory(bool enable = true) wxOVERRIDE;