MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / BeginChild

Method BeginChild

CPPScripts/External/ImGui/imgui.cpp:6034–6038  ·  view source on GitHub ↗

Prior to v1.90 2023/10/16, the BeginChild() function took a 'bool border = false' parameter instead of 'ImGuiChildFlags child_flags = 0'. ImGuiChildFlags_Borders is defined as always == 1 in order to allow old code passing 'true'. Read comments in imgui.h for details!

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
GetIDMethod · 0.45

Tested by

no test coverage detected