BeginCombo

Widgets: Combo Box (Dropdown) The BeginCombo()/EndCombo() api allows you to manage your contents and selection state however you want it, by creating e.g. Selectable() items. The old Combo() api are helpers over BeginCombo()/EndCombo() which are kept available for convenience purpose. This is analogous to how ListBox are created.

pure @nogc nothrow @trusted
bool
BeginCombo
(
const(char)* label
,
const(char)* preview_value
,
ImGuiComboFlags flags
)

Meta