ComboboxModel

Categoryrefcounted
Typehime_combobox_model_t
InheritsObject

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

Return

const char16_t*