| 48 | } |
| 49 | |
| 50 | JsonButtonImpl::~JsonButtonImpl() { |
| 51 | // Ensure the component is removed from the global registry |
| 52 | removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); |
| 53 | } |
| 54 | |
| 55 | JsonButtonImpl &JsonButtonImpl::Group(const fl::string &name) FL_NOEXCEPT { |
| 56 | mInternal->setGroup(name); |
nothing calls this directly
no test coverage detected