Add support for WebKit2GTK+ in wxWebView
This commit is contained in:
committed by
Steven Lamerton
parent
d10c600773
commit
cbe0a1f049
@@ -571,11 +571,15 @@ public:
|
||||
|
||||
/**
|
||||
Clear the history, this will also remove the visible page.
|
||||
|
||||
@note This is not implemented on the WebKit2GTK+ backend.
|
||||
*/
|
||||
virtual void ClearHistory() = 0;
|
||||
|
||||
/**
|
||||
Enable or disable the history. This will also clear the history.
|
||||
|
||||
@note This is not implemented on the WebKit2GTK+ backend.
|
||||
*/
|
||||
virtual void EnableHistory(bool enable = true) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user