cef_menu_model_t.add_check_item

Add a check item to the menu. Returns true (1) on success.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, int command_id, const(cef_string_t)* label) nothrow add_check_item;

Meta