| 67 | |
| 68 | |
| 69 | void onChanged(function<void(UICheckbox &)> callback) FL_NOEXCEPT { |
| 70 | mCallbacks.add(callback); |
| 71 | mListener.addToEngineEventsOnce(); |
| 72 | } |
| 73 | void clearCallbacks() FL_NOEXCEPT { mCallbacks.clear(); } |
| 74 | |
| 75 | protected: |
nothing calls this directly
no test coverage detected