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

Method AddGroup

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442
443lua::ImguiHandle TreeParent::AddGroup(char const* label)
444{
445 auto btn = AddChild<Group>();
446 btn->Label = label;
447 return btn;
448}
449
450
451lua::ImguiHandle TreeParent::AddCollapsingHeader(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected