| 490 | |
| 491 | |
| 492 | lua::ImguiHandle TreeParent::AddChildWindow(char const* label) |
| 493 | { |
| 494 | auto e = AddChild<ChildWindow>(); |
| 495 | e->Label = label; |
| 496 | return e; |
| 497 | } |
| 498 | |
| 499 | |
| 500 | lua::ImguiHandle TreeParent::AddMenu(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected