Add RemoveScriptMessage handler and return bool
This commit is contained in:
@@ -89,7 +89,8 @@ public:
|
||||
virtual bool IsEditable() const wxOVERRIDE;
|
||||
|
||||
bool RunScript(const wxString& javascript, wxString* output = NULL) const wxOVERRIDE;
|
||||
virtual void AddScriptMessageHandler(const wxString& name) wxOVERRIDE;
|
||||
virtual bool AddScriptMessageHandler(const wxString& name) wxOVERRIDE;
|
||||
virtual bool RemoveScriptMessageHandler(const wxString& name) wxOVERRIDE;
|
||||
|
||||
//Virtual Filesystem Support
|
||||
virtual void RegisterHandler(wxSharedPtr<wxWebViewHandler> handler) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user