| 457 | |
| 458 | |
| 459 | lua::ImguiHandle TreeParent::AddTabBar(char const* label) |
| 460 | { |
| 461 | auto btn = AddChild<TabBar>(); |
| 462 | btn->Label = label; |
| 463 | return btn; |
| 464 | } |
| 465 | |
| 466 | |
| 467 | lua::ImguiHandle TreeParent::AddTree(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected