Skip to content

Documentation / imgui / ImGui / BeginTabItem

Function: BeginTabItem()

BeginTabItem(label, p_open?, flags?): boolean

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

Parameters

label

string

p_open?

ImScalar<boolean> | ImAccess<boolean>

flags?

ImGuiTabItemFlags = 0

Returns

boolean

Released under the MIT License.