version(cef && embedded_cef_bindings)
extern (
C)
struct cef_run_context_menu_callback_t {
extern (System)
void function(cef_run_context_menu_callback_t* self, int command_id, cef_event_flags_t event_flags) nothrow cont;
extern (System)
void function(cef_run_context_menu_callback_t* self) nothrow cancel;
}
Callback structure used for continuation of custom context menu display.