cef_context_menu_handler_t.on_quick_menu_command

Called to execute a command selected from the quick menu for a windowless browser. Return true (1) if the command was handled or false (0) for the default implementation. See cef_menu_id_t for command IDs that have default implementations.

struct cef_context_menu_handler_t
extern (System)
int function(cef_context_menu_handler_t* self, cef_browser_t* browser, cef_frame_t* frame, int command_id, cef_event_flags_t event_flags) nothrow on_quick_menu_command;

Meta