| 516 | |
| 517 | |
| 518 | lua::ImguiHandle TreeParent::AddButton(char const* label) |
| 519 | { |
| 520 | auto btn = AddChild<Button>(); |
| 521 | btn->Label = label; |
| 522 | return btn; |
| 523 | } |
| 524 | |
| 525 | |
| 526 | lua::ImguiHandle TreeParent::AddImageButton(char const* label, FixedString iconOrTexture, |
nothing calls this directly
no outgoing calls
no test coverage detected