- add_check_item
int function(cef_menu_model_t*, int, const(cef_string_t)*) add_check_item;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- add_item
int function(cef_menu_model_t*, int, const(cef_string_t)*) add_item;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- add_radio_item
int function(cef_menu_model_t*, int, const(cef_string_t)*, int) add_radio_item;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- add_separator
int function(cef_menu_model_t*) add_separator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- add_sub_menu
cef_menu_model_t* function(cef_menu_model_t*, int, const(cef_string_t)*) add_sub_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.
- base
cef_base_t base;
Undocumented in source.
- clear
int function(cef_menu_model_t*) clear;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_accelerator
int function(cef_menu_model_t*, int, int*, int*, int*, int*) get_accelerator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_accelerator_at
int function(cef_menu_model_t*, int, int*, int*, int*, int*) get_accelerator_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_color
int function(cef_menu_model_t*, int, cef_menu_color_type_t, cef_color_t*) get_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_color_at
int function(cef_menu_model_t*, int, cef_menu_color_type_t, cef_color_t*) get_color_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_command_id_at
int function(cef_menu_model_t*, int) get_command_id_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_count
int function(cef_menu_model_t*) get_count;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_group_id
int function(cef_menu_model_t*, int) get_group_id;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_group_id_at
int function(cef_menu_model_t*, int) get_group_id_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_index_of
int function(cef_menu_model_t*, int) get_index_of;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_label
cef_string_userfree_t function(cef_menu_model_t*, int) get_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.
- get_label_at
cef_string_userfree_t function(cef_menu_model_t*, int) get_label_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_sub_menu
cef_menu_model_t* function(cef_menu_model_t*, int) get_sub_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.
- get_sub_menu_at
cef_menu_model_t* function(cef_menu_model_t*, int) get_sub_menu_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_type
cef_menu_item_type_t function(cef_menu_model_t*, int) get_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_type_at
cef_menu_item_type_t function(cef_menu_model_t*, int) get_type_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_accelerator
int function(cef_menu_model_t*, int) has_accelerator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_accelerator_at
int function(cef_menu_model_t*, int) has_accelerator_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- insert_check_item_at
int function(cef_menu_model_t*, int, int, const(cef_string_t)*) insert_check_item_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- insert_item_at
int function(cef_menu_model_t*, int, int, const(cef_string_t)*) insert_item_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- insert_radio_item_at
int function(cef_menu_model_t*, int, int, const(cef_string_t)*, int) insert_radio_item_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- insert_separator_at
int function(cef_menu_model_t*, int) insert_separator_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- insert_submenu_at
cef_menu_model_t* function(cef_menu_model_t*, int, int, const(cef_string_t)*) insert_submenu_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_checked
int function(cef_menu_model_t*, int) is_checked;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_checked_at
int function(cef_menu_model_t*, int) is_checked_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_enabled
int function(cef_menu_model_t*, int) is_enabled;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_enabled_at
int function(cef_menu_model_t*, int) is_enabled_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_sub_menu
int function(cef_menu_model_t*) is_sub_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.
- is_visible
int function(cef_menu_model_t*, int) is_visible;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_visible_at
int function(cef_menu_model_t*, int) is_visible_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove
int function(cef_menu_model_t*, int) remove;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove_accelerator
int function(cef_menu_model_t*, int) remove_accelerator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove_accelerator_at
int function(cef_menu_model_t*, int) remove_accelerator_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove_at
int function(cef_menu_model_t*, int) remove_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_accelerator
int function(cef_menu_model_t*, int, int, int, int, int) set_accelerator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_accelerator_at
int function(cef_menu_model_t*, int, int, int, int, int) set_accelerator_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_checked
int function(cef_menu_model_t*, int, int) set_checked;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_checked_at
int function(cef_menu_model_t*, int, int) set_checked_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_color
int function(cef_menu_model_t*, int, cef_menu_color_type_t, cef_color_t) set_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_color_at
int function(cef_menu_model_t*, int, cef_menu_color_type_t, cef_color_t) set_color_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_command_id_at
int function(cef_menu_model_t*, int, int) set_command_id_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_enabled
int function(cef_menu_model_t*, int, int) set_enabled;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_enabled_at
int function(cef_menu_model_t*, int, int) set_enabled_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_font_list
int function(cef_menu_model_t*, int, const(cef_string_t)*) set_font_list;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_font_list_at
int function(cef_menu_model_t*, int, const(cef_string_t)*) set_font_list_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_group_id
int function(cef_menu_model_t*, int, int) set_group_id;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_group_id_at
int function(cef_menu_model_t*, int, int) set_group_id_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_label
int function(cef_menu_model_t*, int, const(cef_string_t)*) set_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.
- set_label_at
int function(cef_menu_model_t*, int, const(cef_string_t)*) set_label_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_visible
int function(cef_menu_model_t*, int, int) set_visible;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_visible_at
int function(cef_menu_model_t*, int, int) set_visible_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.