cef_menu_model_t.set_label_at

Set the label 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, const(cef_string_t)* label) nothrow set_label_at;

Meta