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

Method DockContextQueueUndockNode

imgui_tiny_app/imgui/imgui.cpp:18264–18270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18262}
18263
18264void ImGui::DockContextQueueUndockNode(ImGuiContext* ctx, ImGuiDockNode* node)
18265{
18266 ImGuiDockRequest req;
18267 req.Type = ImGuiDockRequestType_Undock;
18268 req.UndockTargetNode = node;
18269 ctx->DockContext.Requests.push_back(req);
18270}
18271
18272void ImGui::DockContextQueueNotifyRemovedNode(ImGuiContext* ctx, ImGuiDockNode* node)
18273{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected