SimpleComboboxModel
Category | refcounted |
Type | hime_simple_combobox_model_t |
Inherits | ComboboxModel |
An implementation of ComboboxModel
that stores data in memory.
Constructors
hime_simple_combobox_model_t hime_simple_combobox_model_create()
Create an empty SimpleComboboxModel
Return
hime_simple_combobox_model_t
Methods
void hime_simple_combobox_model_add_item(self, item)
Append a new item.
Parameters
hime_simple_combobox_model_t
selfconst char16_t*
item
Return
void
void hime_simple_combobox_model_remove_item_at(self, index)
Remove the item at index
.
Parameters
hime_simple_combobox_model_t
selfsize_t
index
Return
void