| 465 | |
| 466 | |
| 467 | lua::ImguiHandle TreeParent::AddTree(char const* label) |
| 468 | { |
| 469 | auto e = AddChild<Tree>(); |
| 470 | e->Label = label; |
| 471 | return e; |
| 472 | } |
| 473 | |
| 474 | |
| 475 | lua::ImguiHandle TreeParent::AddTable(char const* label, uint32_t columns) |
nothing calls this directly
no outgoing calls
no test coverage detected