| 455 | The concept of a "value" is defined by the type of Widget. |
| 456 | */ |
| 457 | struct ChangeEvent : BaseEvent {}; |
| 458 | virtual void onChange(const ChangeEvent& e) {} |
| 459 | |
| 460 | /** Occurs when the pixel buffer of this module must be refreshed. |
nothing calls this directly
no outgoing calls
no test coverage detected