| 550 | |
| 551 | |
| 552 | lua::ImguiHandle TreeParent::AddIcon(FixedString iconName, std::optional<glm::vec2> size) |
| 553 | { |
| 554 | WARN("TreeParent::AddIcon() is deprecated; use TreeParent::AddImage() instead"); |
| 555 | return AddImage(iconName, size, {}, {}); |
| 556 | } |
| 557 | |
| 558 | |
| 559 | lua::ImguiHandle TreeParent::AddText(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected