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_t
const char16_t* hime_combobox_model_get_item_text(self, index)
Return the text of item at index
.
Parameters
hime_combobox_model_const_t
selfsize_t
index
Return
const char16_t*