Documentation

UI::BeginTabItem

Function

bool UI::BeginTabItem(const string&in label, int flags = UI::TabItemFlags::None)

Begins a tab item within a multi-tab container.

string label

int flags

Returns bool
bool UI::BeginTabItem(const string&in label, bool&out open, int flags = UI::TabItemFlags::None)

Begins a tab item within a multi-tab container.

string label

bool open

int flags

Returns bool