- base
cef_base_t base;
Undocumented in source.
- on_before_unload_dialog
int function(cef_jsdialog_handler_t*, cef_browser_t*, const(cef_string_t)*, int, cef_jsdialog_callback_t*) on_before_unload_dialog;
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_dialog_closed
void function(cef_jsdialog_handler_t*, cef_browser_t*) on_dialog_closed;
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_jsdialog
int function(cef_jsdialog_handler_t*, cef_browser_t*, const(cef_string_t)*, const(cef_string_t)*, cef_jsdialog_type_t, const(cef_string_t)*, cef_jsdialog_callback_t*, int*) on_jsdialog;
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_reset_dialog_state
void function(cef_jsdialog_handler_t*, cef_browser_t*) on_reset_dialog_state;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.