I'm trying to create my own widget, and I wonder what methods beyond drawWidget() I have to reimplement.
In particular, I couldn't quite get the semantics of update(), requestRepaint() and setDirty().
When are they called by the MAUI engine and what could be the reasons to reimplement them?
But in only covers drawWidget().