| 107 | } |
| 108 | |
| 109 | JsonDropdownImpl::~JsonDropdownImpl() { |
| 110 | // Ensure the component is removed from the global registry |
| 111 | removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); |
| 112 | } |
| 113 | |
| 114 | JsonDropdownImpl &JsonDropdownImpl::Group(const fl::string &name) FL_NOEXCEPT { |
| 115 | mInternal->setGroup(name); |
nothing calls this directly
no test coverage detected