MCPcopy Create free account
hub / github.com/RenderKit/embree / BeginChild

Method BeginChild

tutorials/common/imgui/imgui.cpp:5539–5543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5537}
5538
5539bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags)
5540{
5541 ImGuiWindow* window = GetCurrentWindow();
5542 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags);
5543}
5544
5545bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags)
5546{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
GetIDMethod · 0.80

Tested by

no test coverage detected