| 581 | |
| 582 | |
| 583 | lua::ImguiHandle TreeParent::AddSeparatorText(char const* label) |
| 584 | { |
| 585 | auto txt = AddChild<SeparatorText>(); |
| 586 | txt->Label = label; |
| 587 | return txt; |
| 588 | } |
| 589 | |
| 590 | |
| 591 | lua::ImguiHandle TreeParent::AddSpacing() |
nothing calls this directly
no outgoing calls
no test coverage detected