pub unsafe extern "C" fn uiComboboxNumItems(
    c: *mut uiCombobox
) -> c_int
Expand description

Returns the number of items contained within the combo box.

@param c uiCombobox instance. @returns Number of items. @memberof uiCombobox