Searched refs:ImGuiComboFlags_HeightSmall (Results 1 – 2 of 2) sorted by relevance
799 …ImGuiComboFlags_HeightSmall = 1 << 1, // Max ~4 items visible. Tip: If you want your… enumerator805 …ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegu…
1348 else if (flags & ImGuiComboFlags_HeightSmall) popup_max_height_in_items = 4; in BeginCombo()