cef_browser_view_delegate_t

Undocumented in source.

Members

Variables

base
cef_view_delegate_t base;
Undocumented in source.
get_delegate_for_popup_browser_view
cef_browser_view_delegate_t* function(cef_browser_view_delegate_t*, cef_browser_view_t*, const(cef_browser_settings_t)*, cef_client_t*, int) get_delegate_for_popup_browser_view;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_browser_created
void function(cef_browser_view_delegate_t*, cef_browser_view_t*, cef_browser_t*) on_browser_created;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_browser_destroyed
void function(cef_browser_view_delegate_t*, cef_browser_view_t*, cef_browser_t*) on_browser_destroyed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_popup_browser_view_created
int function(cef_browser_view_delegate_t*, cef_browser_view_t*, cef_browser_view_t*, int is_devtools) on_popup_browser_view_created;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta