Ttkbootstrap

Latest version: v1.10.1

Safety actively analyzes 688746 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.7.5

What's Changed
Lots of updates and bug fixes.

Changed
* Changed the default button binding to use return instead of space (tkinter uses 'space' out-of-the-box to activate a button) by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/262
* Add scrollbinding to all scrolled descendants; this enables scrolling on nested widget containers by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/263
* Replaced deprecated resampling method for image resizing by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/264
* Added disabled check, toggle, radio button styles so that the button selection is obvious even when disabled by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/266
* Standardized Messagebox alert parameter which was on some methods, but not others; it is now on all static Messagebox methods by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/268

Fixed
* Initial color now sets the form values in the ColorChooserDialog by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/269
* Multiple Window instances and deleting a window and recreating will no longer crash the program; I added the master argument to the PhotoImage creation to bind the default icon to the instance by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/270

**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.4...v1.7.5

1.7.4

What's Changed
Miscellaneous bug fixes

Fixed
* Missing font reference caused crash on lite Linux distributions when no default font was available; now fixed by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/235
* Scrolled frame was not sizing properly when added to window using the place method. The place method requires that you also give the ScrolledFrame a width and height, and this is now passed to the content window upon instantiation; fixed by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/238

**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.3...v1.7.4

1.7.3

What's Changed
Miscellaneous improvements and bug fixes

Added
* Exposed internal text widgets in ScrolledText with properties by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/216
* Enabled round scrollbar on scrolled widgets by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/215

Fixed
* Fixed Tableview bug in delete_rows method by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/214

**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.2...v1.7.3

1.7.2

Added
* Alternative state checkbox image by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/197
* stepsize parameter added to the Meter widget israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/196

Fixed
* Correct Chinese translation errors by 745404527 in https://github.com/israel-dryer/ttkbootstrap/pull/211

Changed
* msgcat implemented with no data files to make distribution easier by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/213
* Updated the issue templates and some translations. by NewbieXvwu in https://github.com/israel-dryer/ttkbootstrap/pull/203
* Updated Chinese Translation by 745404527 in https://github.com/israel-dryer/ttkbootstrap/pull/212

New Contributors
* 745404527 made their first contribution in https://github.com/israel-dryer/ttkbootstrap/pull/211

**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.1...v1.7.2

1.7.1

What's Changed
Miscellaneous bug fixes.

Fixed
* Crash caused in tcl script by pathname containing spaces passed to the `MessageCatalog.load` method, fixed by using tcl list for pathname by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/194
* Vertical scrollbar visible even when 'hidden' when the content frame was shorter than the container; this was fixed by using pack/pack_forget instead of lift/lower to hide the scrollbar by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/195


**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.0...v1.7.1

1.7.0

What's Changed
New class model for `ScrolledFrame` and misc event refactors.

Added
* New `<<MapChild>>` virtual event that is generated on the master or parent widget when a new child is added by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/190

Changed
* Refactored `bind_all` and `bind_class` application binds out of the `Window` class by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/190
* Completely new class model for the `ScrolledFrame` widget with added parameter `scrollheight` by israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/193

**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v1.6.2...v1.7.0

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.