Skip to content

Documentation / imgui / ImGui / ListBoxHeader

Function: ListBoxHeader()

Call Signature

ListBoxHeader(label, size): boolean

Defined in: libs/imgui/src/imgui.ts:6280

Parameters

label

string

size

Readonly<Bind.interface_ImVec2>

Returns

boolean

Call Signature

ListBoxHeader(label, items_count, height_in_items?): boolean

Defined in: libs/imgui/src/imgui.ts:6281

Parameters

label

string

items_count

number

height_in_items?

number

Returns

boolean

Released under the MIT License.