- base
cef_base_t base;
Undocumented in source.
- execute_command
void function(cef_menu_model_delegate_t*, cef_menu_model_t*, int, cef_event_flags_t) execute_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.
- format_label
int function(cef_menu_model_delegate_t*, cef_menu_model_t*, cef_string_t*) format_label;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- menu_closed
void function(cef_menu_model_delegate_t*, cef_menu_model_t*) menu_closed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- menu_will_show
void function(cef_menu_model_delegate_t*, cef_menu_model_t*) menu_will_show;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mouse_outside_menu
void function(cef_menu_model_delegate_t*, cef_menu_model_t*, const(cef_point_t)*) mouse_outside_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.
- unhandled_close_submenu
void function(cef_menu_model_delegate_t*, cef_menu_model_t*, int) unhandled_close_submenu;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- unhandled_open_submenu
void function(cef_menu_model_delegate_t*, cef_menu_model_t*, int) unhandled_open_submenu;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.