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

Method AddCollapsingHeader

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450
451lua::ImguiHandle TreeParent::AddCollapsingHeader(char const* label)
452{
453 auto btn = AddChild<CollapsingHeader>();
454 btn->Label = label;
455 return btn;
456}
457
458
459lua::ImguiHandle TreeParent::AddTabBar(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected