This is your entry point to create your own visual theme for custom widgets.
You will want to inherit from this with a final class, passing your own class as the CRTP argument, then define the necessary methods.
Compatibility note: future versions of minigui may add new methods here. You will likely need to implement them when updating.
See Implementation
This is your entry point to create your own visual theme for custom widgets.
You will want to inherit from this with a final class, passing your own class as the CRTP argument, then define the necessary methods.
Compatibility note: future versions of minigui may add new methods here. You will likely need to implement them when updating.