MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / BeginChild

Method BeginChild

KBotExt/imgui/imgui.cpp:5413–5417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5411}
5412
5413bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags)
5414{
5415 ImGuiWindow* window = GetCurrentWindow();
5416 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags);
5417}
5418
5419bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags)
5420{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
GetIDMethod · 0.80

Tested by

no test coverage detected