MCPcopy Create free account
hub / github.com/Raais/ImStudio / EndChildFrame

Method EndChildFrame

src/third-party/imgui/imgui.cpp:5261–5264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5259}
5260
5261void ImGui::EndChildFrame()
5262{
5263 EndChild();
5264}
5265
5266static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled)
5267{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected