cef_menu_model_t.insert_radio_item_at

Insert a radio item in the menu at the specified |index|. Only a single item with the specified |group_id| can be checked at a time. Returns true (1) on success.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, size_t index, int command_id, const(cef_string_t)* label, int group_id) nothrow insert_radio_item_at;

Meta