Simplify backend enum naming, we do not need separate values for gtk and osx webkit backends. Simplify factory creation code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,11 +97,8 @@ enum wxWebViewBackend
|
||||
* engine for the current platform*/
|
||||
wxWEB_VIEW_BACKEND_DEFAULT,
|
||||
|
||||
/** The OSX-native WebKit web engine */
|
||||
wxWEB_VIEW_BACKEND_OSX_WEBKIT,
|
||||
|
||||
/** The GTK port of the WebKit engine */
|
||||
wxWEB_VIEW_BACKEND_GTK_WEBKIT,
|
||||
/** The WebKit web engine */
|
||||
wxWEB_VIEW_BACKEND_WEBKIT,
|
||||
|
||||
/** Use Microsoft Internet Explorer as web engine */
|
||||
wxWEB_VIEW_BACKEND_IE
|
||||
|
Reference in New Issue
Block a user