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:
Robin Dunn
2013-01-14 16:08:21 +00:00
parent 4c687fff5e
commit 880d76dfb1

View File

@@ -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