cef_run_context_menu_callback_t

Callback structure used for continuation of custom context menu display.

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;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta