New v4 release
v4 version comes out with many new features. The most important ones are:
- All menu objects now support decorations.
- Colors now can be defined using pygame color object, string hex, integers, or string names.
- Cursor support + mouse over/leave events.
- New column/row layout.
- New examples: Calculator and Solar System.
- New typing support; now the library only supports python 3.6+.
- New widgets: Frame (widget containers), Table, DropSelect, DropSelectMultiple, SurfaceWidget.
- New widget transformations: scale, resize, rotate, flip and translate.