| 5259 | } |
| 5260 | |
| 5261 | void ImGui::EndChildFrame() |
| 5262 | { |
| 5263 | EndChild(); |
| 5264 | } |
| 5265 | |
| 5266 | static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) |
| 5267 | { |
nothing calls this directly
no outgoing calls
no test coverage detected