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

Method DockContextQueueUndockWindow

imgui_tiny_app/imgui/imgui.cpp:18256–18262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18254}
18255
18256void ImGui::DockContextQueueUndockWindow(ImGuiContext* ctx, ImGuiWindow* window)
18257{
18258 ImGuiDockRequest req;
18259 req.Type = ImGuiDockRequestType_Undock;
18260 req.UndockTargetWindow = window;
18261 ctx->DockContext.Requests.push_back(req);
18262}
18263
18264void ImGui::DockContextQueueUndockNode(ImGuiContext* ctx, ImGuiDockNode* node)
18265{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected