MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DockNodeAddTabBar

Method DockNodeAddTabBar

imgui_tiny_app/imgui/imgui.cpp:19700–19704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19698}
19699
19700static void ImGui::DockNodeAddTabBar(ImGuiDockNode* node)
19701{
19702 IM_ASSERT(node->TabBar == NULL);
19703 node->TabBar = IM_NEW(ImGuiTabBar);
19704}
19705
19706static void ImGui::DockNodeRemoveTabBar(ImGuiDockNode* node)
19707{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected