Releases: kujirahand/tkeasygui-python
Releases · kujirahand/tkeasygui-python
v0.2.69
v0.2.68
The pip command can be used to install the latest version.
pip install -U TkEasyGUI
Change Logs:
v0.2.67
- fixed closed wndow may remain visible #44
- fixed Listbox.select_values bug
- add set_cursor_index / get_cursor_index in Listbox
- ListBrowseで前回選んだ値が自動的に選択されるように修正 #43
- Listbox/ListBrowse/popup_listboxで引数名の不一致があったので、 引数items を valuesに統一した #42
v.0.2.63
v0.2.57
v0.2.55
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関数を追加しました。これにより画像をポップアップに表示できます。
- 多くのバグを修正しました。皆さんのご報告に感謝します。