cef_menu_model_t.insert_separator_at

Insert a separator in the menu at the specified |index|. Returns true (1) on success.

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

Meta