cef_context_menu_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
on_before_context_menu
void function(cef_context_menu_handler_t*, cef_browser_t*, cef_frame_t*, cef_context_menu_params_t*, cef_menu_model_t*) on_before_context_menu;
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_context_menu_command
int function(cef_context_menu_handler_t*, cef_browser_t*, cef_frame_t*, cef_context_menu_params_t*, int, cef_event_flags_t) on_context_menu_command;
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_context_menu_dismissed
int function(cef_context_menu_handler_t*, cef_browser_t*, cef_frame_t*) on_context_menu_dismissed;
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_context_menu
int function(cef_context_menu_handler_t*, cef_browser_t*, cef_frame_t*, cef_context_menu_params_t*, cef_menu_model_t*, cef_run_context_menu_callback_t*) run_context_menu;
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