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

Method DockBuilderFinish

imgui_tiny_app/imgui/imgui.cpp:21078–21083  ·  view source on GitHub ↗

FIXME-DOCK: This is awkward because in series of split user is likely to loose access to its root node.

Source from the content-addressed store, hash-verified

21076
21077// FIXME-DOCK: This is awkward because in series of split user is likely to loose access to its root node.
21078void ImGui::DockBuilderFinish(ImGuiID root_id)
21079{
21080 ImGuiContext& g = *GImGui;
21081 //DockContextRebuild(&g);
21082 DockContextBuildAddWindowsToNodes(&g, root_id);
21083}
21084
21085//-----------------------------------------------------------------------------
21086// Docking: Begin/End Support Functions (called from Begin/End)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected