Fix trailing whitespace
This commit is contained in:
@@ -745,7 +745,7 @@ public:
|
|||||||
@return @true if the handler could be removed, @false if it could not be removed.
|
@return @true if the handler could be removed, @false if it could not be removed.
|
||||||
|
|
||||||
@see AddScriptMessageHandler()
|
@see AddScriptMessageHandler()
|
||||||
|
|
||||||
@since 3.1.5
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
virtual bool RemoveScriptMessageHandler(const wxString& name);
|
virtual bool RemoveScriptMessageHandler(const wxString& name);
|
||||||
@@ -762,7 +762,7 @@ public:
|
|||||||
the Edge (Chromium) backend does only support wxWEBVIEW_INJECT_AT_DOCUMENT_START.
|
the Edge (Chromium) backend does only support wxWEBVIEW_INJECT_AT_DOCUMENT_START.
|
||||||
|
|
||||||
@see RemoveAllUserScripts()
|
@see RemoveAllUserScripts()
|
||||||
|
|
||||||
@since 3.1.5
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
virtual bool AddUserScript(const wxString& javascript,
|
virtual bool AddUserScript(const wxString& javascript,
|
||||||
@@ -772,7 +772,7 @@ public:
|
|||||||
Removes all user scripts from the web view.
|
Removes all user scripts from the web view.
|
||||||
|
|
||||||
@see AddUserScript()
|
@see AddUserScript()
|
||||||
|
|
||||||
@since 3.1.5
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
virtual void RemoveAllUserScripts();
|
virtual void RemoveAllUserScripts();
|
||||||
|
Reference in New Issue
Block a user