Add wxWebView::IsBackendAvailable()
This allows to check if a specified backend has been registered before creation of a new instance
This commit is contained in:
@@ -151,6 +151,7 @@ public:
|
||||
|
||||
static void RegisterFactory(const wxString& backend,
|
||||
wxSharedPtr<wxWebViewFactory> factory);
|
||||
static bool IsBackendAvailable(const wxString& backend);
|
||||
|
||||
// General methods
|
||||
virtual void EnableContextMenu(bool enable = true)
|
||||
|
Reference in New Issue
Block a user