cef_run_quick_menu_callback_t

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

cancel
void function(cef_run_quick_menu_callback_t* self) nothrow cancel;

Cancel quick menu display.

cont
void function(cef_run_quick_menu_callback_t* self, int command_id, cef_event_flags_t event_flags) nothrow cont;

Complete quick menu display by selecting the specified |command_id| and |event_flags|.

Meta