Skip to content

v0.2.55

Choose a tag to compare

@kujirahand kujirahand released this 21 Apr 04:33
· 340 commits to main since this release

TkEasyGUI Logo

Install

You can install this package from PyPI.

pip install TkEasyGUI==0.2.55

Change Log

The functionality has become considerably stable.
Many bugs have been fixed. Thank you for all your reports.

  • fixed close problem with popup_buttons #32
  • implemented scrollbar with Listbox element #31
  • implemented popup_image #30
  • implemented localization popup_memo / popup_scrolled #29
  • Fixed popup_get_file bug #28
  • implemented text_align with Multiline #26
  • fixed popup_input bug #27
  • fixed Table element get method bug (65a9833)
  • implemented text_align and vertical_align to Frame/Column elements (9676857)

(ja) 変更履歴

  • 機能がかなり安定してきました。
  • popup_image関数を追加しました。これにより画像をポップアップに表示できます。
  • 多くのバグを修正しました。皆さんのご報告に感謝します。