| 441 | |
| 442 | |
| 443 | lua::ImguiHandle TreeParent::AddGroup(char const* label) |
| 444 | { |
| 445 | auto btn = AddChild<Group>(); |
| 446 | btn->Label = label; |
| 447 | return btn; |
| 448 | } |
| 449 | |
| 450 | |
| 451 | lua::ImguiHandle TreeParent::AddCollapsingHeader(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected