enum wxWebViewBackend has been removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -93,21 +93,6 @@ enum wxWebViewFindFlags
|
||||
wxWEB_VIEW_FIND_DEFAULT = 0
|
||||
};
|
||||
|
||||
/**
|
||||
* List of available backends for wxWebView
|
||||
*/
|
||||
enum wxWebViewBackend
|
||||
{
|
||||
/** Value that may be passed to wxWebView to let it pick an appropriate
|
||||
* engine for the current platform*/
|
||||
wxWEB_VIEW_BACKEND_DEFAULT,
|
||||
|
||||
/** The WebKit web engine */
|
||||
wxWEB_VIEW_BACKEND_WEBKIT,
|
||||
|
||||
/** Use Microsoft Internet Explorer as web engine */
|
||||
wxWEB_VIEW_BACKEND_IE
|
||||
};
|
||||
|
||||
/**
|
||||
@class wxWebViewHistoryItem
|
||||
|
Reference in New Issue
Block a user