| 79 | |
| 80 | |
| 81 | void onChanged(function<void(UINumberField &)> callback) FL_NOEXCEPT { |
| 82 | mCallbacks.add(callback); |
| 83 | mListener.addToEngineEventsOnce(); |
| 84 | } |
| 85 | void clearCallbacks() FL_NOEXCEPT { mCallbacks.clear(); } |
| 86 | |
| 87 | protected: |
nothing calls this directly
no test coverage detected