| 565 | |
| 566 | |
| 567 | lua::ImguiHandle TreeParent::AddTextLink(char const* label) |
| 568 | { |
| 569 | auto txt = AddChild<TextLink>(); |
| 570 | txt->Label = label; |
| 571 | return txt; |
| 572 | } |
| 573 | |
| 574 | |
| 575 | lua::ImguiHandle TreeParent::AddBulletText(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected