ComboboxModel
| Category | refcounted |
| Type | hime_combobox_model_t |
| Inherits | Object |
The model driving the Combobox and Picker.
Methods
size_t hime_combobox_model_get_item_count(self)
Return the number of items.
Parameters
Return
size_tconst char16_t* hime_combobox_model_get_item_text(self, index)
Return the text of item at index.
Parameters
hime_combobox_model_const_tselfsize_tindex
Return
const char16_t*