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

Method AddTabBar

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459lua::ImguiHandle TreeParent::AddTabBar(char const* label)
460{
461 auto btn = AddChild<TabBar>();
462 btn->Label = label;
463 return btn;
464}
465
466
467lua::ImguiHandle TreeParent::AddTree(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected