MCPcopy Create free account
hub / github.com/Norbyte/bg3se / AddChildWindow

Method AddChildWindow

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490
491
492lua::ImguiHandle TreeParent::AddChildWindow(char const* label)
493{
494 auto e = AddChild<ChildWindow>();
495 e->Label = label;
496 return e;
497}
498
499
500lua::ImguiHandle TreeParent::AddMenu(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected