* Sets a function to be called every time the slider's value changes. * @param handler Action handler. */
| 298 | * @param handler Action handler. |
| 299 | */ |
| 300 | void Slider::onChange(ActionHandler handler) |
| 301 | { |
| 302 | _change = handler; |
| 303 | } |
| 304 | |
| 305 | } |
no outgoing calls
no test coverage detected