MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / TabBarRemove

Method TabBarRemove

include/imgui/imgui_widgets.cpp:9794–9798  ·  view source on GitHub ↗

Remove TabBar data (currently only used by TestEngine)

Source from the content-addressed store, hash-verified

9792
9793// Remove TabBar data (currently only used by TestEngine)
9794void ImGui::TabBarRemove(ImGuiTabBar* tab_bar)
9795{
9796 ImGuiContext& g = *GImGui;
9797 g.TabBars.Remove(tab_bar->ID, tab_bar);
9798}
9799
9800bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags)
9801{

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected