MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / BeginChild

Method BeginChild

extern/imgui/imgui.cpp:5873–5877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5871}
5872
5873bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags)
5874{
5875 ImGuiWindow* window = GetCurrentWindow();
5876 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags);
5877}
5878
5879bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags)
5880{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
GetIDMethod · 0.80

Tested by

no test coverage detected