cef_life_span_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
do_close
int function(cef_life_span_handler_t*, cef_browser_t*) do_close;
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_after_created
void function(cef_life_span_handler_t*, cef_browser_t*) on_after_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_before_close
void function(cef_life_span_handler_t*, cef_browser_t*) on_before_close;
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_before_popup
int function(cef_life_span_handler_t*, cef_browser_t*, cef_frame_t*, const(cef_string_t)*, const(cef_string_t)*, const(cef_popup_features_t)*, cef_window_info_t*, cef_client_t**, cef_browser_settings_t*, int*) on_before_popup;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
run_modal
void function(cef_life_span_handler_t*, cef_browser_t*) run_modal;
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