cef_client_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_context_menu_handler
cef_context_menu_handler_t* function(cef_client_t*) get_context_menu_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_dialog_handler
cef_dialog_handler_t* function(cef_client_t*) get_dialog_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_display_handler
cef_display_handler_t* function(cef_client_t*) get_display_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_download_handler
cef_download_handler_t* function(cef_client_t*) get_download_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_drag_handler
cef_drag_handler_t* function(cef_client_t*) get_drag_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_find_handler
cef_find_handler_t* function(cef_client_t*) get_find_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_focus_handler
cef_focus_handler_t* function(cef_client_t*) get_focus_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_jsdialog_handler
cef_jsdialog_handler_t* function(cef_client_t*) get_jsdialog_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_keyboard_handler
cef_keyboard_handler_t* function(cef_client_t*) get_keyboard_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_life_span_handler
cef_life_span_handler_t* function(cef_client_t*) get_life_span_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_load_handler
cef_load_handler_t* function(cef_client_t*) get_load_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_render_handler
cef_render_handler_t* function(cef_client_t*) get_render_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_request_handler
cef_request_handler_t* function(cef_client_t*) get_request_handler;
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_process_message_received
int function(cef_client_t*, cef_browser_t*, cef_process_id_t, cef_process_message_t*) on_process_message_received;
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