Allow specifying a custom CefClient to use with wxWebViewChromium
This opens many customization possibilities beyond those provided by wxWebView API and also allows to process CEF IPC messages much more efficiently than what is possible using wxEvents. Closes #24336.
This commit is contained in:
parent
a766ed9f21
commit
5ca49dc56c
11 changed files with 249 additions and 3 deletions
|
|
@ -4062,7 +4062,8 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
|
|||
wx/webview.h \
|
||||
wx/webviewarchivehandler.h \
|
||||
wx/webviewfshandler.h \
|
||||
wx/webview_chromium.h
|
||||
wx/webview_chromium.h \
|
||||
wx/webview_chromium_impl.h
|
||||
@COND_USE_GUI_1@ALL_GUI_HEADERS = $(COND_USE_GUI_1_ALL_GUI_HEADERS)
|
||||
COND_MONOLITHIC_1_SHARED_1___monodll___depname = \
|
||||
$(LIBDIRNAME)/$(DLLPREFIX)$(WXDLLNAMEPREFIXGUI)u$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)$(WXCOMPILER)$(VENDORTAG)$(WXDLLVERSIONTAG)$(dll___targetsuf3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue