Skip to content

pygame-menu v4.1.0

Compare
Choose a tag to compare
@ppizarror ppizarror released this 06 Jun 21:53
· 459 commits to master since this release
0788c18
  • Added ProgressBar widget.
  • Added RangeSlider widget.
  • Added KEY_TAB to controls.
  • Avoid recursive Frame.set_frame and Frame.set_scrollarea.
  • Fix MOD CTRL events in TextInput widget.
  • Fix render after set value for drop select and toggle switch widgets.
  • Fix widget set_frame assertion Frame class.
  • Improve tests and docs.
  • New menu event onwidgetchange.
  • New widget method value_changed.
  • New Image.get_angle method.
  • Removed v3 compatibility.
  • Transformation not implemented exception.
  • Widget set_position_relative_to_frame method now is private.
  • Image widget implements set_max_height and set_max_width transformations.