Tkintertools

Latest version: v2.6.21.1

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

Scan your dependencies

Page 1 of 13

13.26

🟣 **Fixed - 修复**

- Fixed a bug where when clicking on a widget, the widget behind it would also be triggered
修复了点击小部件时,其后面的小部件也会被触发的问题

- Missing symbol '' for function `color` return value
函数 `color` 返回值缺少符号 “”

- Fixed a bug where the canvas of the `tools_3d` submodule could not use widgets such as buttons
修复了 `tools_3d` 子模块的画布无法使用按钮等小部件的问题

- Fixed a bug where the `Switch` of the Widget class could not control the `Switch` by clicking on the inner slider
修复了小部件类 `Switch` 点击内部滑块无法操控 `Switch` 的问题

11.66

🔴 **Removed - 移除**

- Removed classes `_Point`, `_Line` and `_Side` from submodule `tools_3d`
移除了子模块 `tools_3d` 中的类 `_Point`、`_Line` 和 `_Side`

3.0.0.beta1

----------------

🕓 *Release Date: 2024-05-17*

🟢 **Added - 新增**

- The docstrings for a portion of the code has been added
添加了一部分代码的文本字符串

- Added the animation class `MoveItem` to move items on the canvas
增加了动画类 `MoveItem` 来移动画布上的 Item

- The animation base class `Animation` adds the initialization parameter `derivation` to control whether the parameters of the callback function are derived
动画基类 `Animation` 增加了初始化参数 `derivation` 来控制回调函数的参数是否求导

- The subpackage `color` adds the module `colormap` to speed up the conversion of color names to their corresponding RGB codes
子包 `color` 增加了模块 `colormap` 来加速颜色名称到其对应 RGB 码的转换速度

- The subpackage `color` adds the functions `contrast`, `convert`, `blend` and `gradient` to complete the color processing mechanism
子包 `color` 新增函数 `contrast`、`convert`、`blend` 和 `gradient` 来完善颜色处理机制的功能

- The subpackage `style` adds the module `theme` to control the overall theme of the application
子包 `style` 新增模块 `theme` 来控制应用程序整体的主题

- Added method `disabled` to the widget class to disable it. If a style with a disabled state is defined in the stylesheet, the defined style is used, otherwise the style in the disabled state is automatically generated based on the current style (color to background color conversion by a factor of 0.618)

3.0.0.alpha7

-----------------

🕓 *Release Date: 2024-05-05*

🟤 **Refactored - 重构**

- Introducing a pure Python-based third-party module, `darkdetect`, to implement theme dynamic following system and multi-OS dark theme support
引入纯 Python 实现的第三方模块 `darkdetect`,以实现主题动态跟随系统以及多操作系统暗黑主题的支持

- Added text class widget
新增文本类小部件

- Fixed a few bugs and added a lot of content to the framework
修复些许 bug,框架内增加大量内容

- Some basic dialogs have been added
增加了部分基本对话框

3.0.0.alpha6

-----------------

🕓 *Release Date: 2024-04-30*

🟤 **Refactored - 重构**

- The framework has been further upgraded to allow you to build widgets for complex elements
框架进一步升级,可以构建复杂元素的小部件了

- A lot of bugs have been fixed, and a lot of content has been improved within the framework
修复大量 bug,框架内完善大量内容

- The animation sub-module has been added to build high-precision and complex animations
新增动画子模块,可以构建高精度复杂动画了

- Color gradient animations are added to widgets, and special animations are added to some widgets, such as switch switches
小部件增加颜色渐变动画,部分小部件增加特殊动画,如开关切换等

- Some widgets have been improved
完善部分小部件

3.0.0.alpha5

-----------------

🕓 *Release Date: 2024-04-16*

🟤 **Refactored - 重构**

- The framework has been upgraded to allow you to build multi-element widgets
框架升级,可以构建多元素的小部件了

- A lot of bugs have been fixed, and a lot of content has been improved within the framework
修复大量 bug,框架内完善大量内容

- The theme binding method has been changed to improve the degree of automation, free hands as much as possible, and reduce the amount of code for users
主题绑定方式更改,提高自动化程度,尽可能解放双手,减少用户的代码量

- UI evolution to reduce aliasing and improve clarity
UI 进化,减小锯齿感,提升清晰度

- Some standard widgets have been added
增加部分标准小部件

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.