| 449 | |
| 450 | |
| 451 | lua::ImguiHandle TreeParent::AddCollapsingHeader(char const* label) |
| 452 | { |
| 453 | auto btn = AddChild<CollapsingHeader>(); |
| 454 | btn->Label = label; |
| 455 | return btn; |
| 456 | } |
| 457 | |
| 458 | |
| 459 | lua::ImguiHandle TreeParent::AddTabBar(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected