cef_menu_model_t.set_checked_at

Check the specified |index|. Only applies to check and radio items. Returns true (1) on success.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, size_t index, int checked) nothrow set_checked_at;

Meta