Tkintertools

Latest version: v2.6.21.1

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

Scan your dependencies

Page 1 of 10

13.26

Fixed - 修复

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

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

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

- [X] 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 - 移除

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

2.6.21

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

Changed - 变更

- [X] The class `Text` in submodule `tools_3d` was renamed `Text3D` to distinguish `Text` in `main`
子模块 `tools_3d` 中的类 `Text` 更名为 `Text3D` 以区分 `main` 中的 `Text`

Optimized - 优化

- [X] Improved Type Hints
完善了类型提示

Fixed - 修复

- [X] Fixed a bug where the parameter `proportion` of the function `color` was invalid
修复了函数 `color` 的参数 `proportion` 失效的问题

- [X] Fixed a bug where the `configure` parameter of the `Switch` class was incorrect
修复了类 `Switch` 的方法 `configure` 参数取值错误的问题

Removed - 移除

- [X] `Animation` has removed the `color` parameter (can be implemented with the `callback` parameter)
动画类 `Animation` 移除了参数 `color`(可用参数 `callback` 代替实现)

2.6.20

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

Optimized - 优化

- [X] The pause and resume functionality of the image class `PhotoImage` is encapsulated in the methods `pause` and `play`
图片类 `PhotoImage` 的暂停和继续播放功能被封装为方法 `pause` 和 `play`

- [X] Optimized the way the `PhotoImage` class gets the total number of frames of a gif image, and now you can get the total number of frames by method `get_total_frames`
优化类 `PhotoImage` 获取 gif 图片总帧数的方式,现在可以通过方法 `get_total_frames` 得到总帧数

- [X] The `color` function no longer manually obtains a gradient with a specified regularity, but instead specifies a control function through the parameter `controller`
函数 `color` 不再通过手动方式得到指定规律的渐变色,而是通过参数 `controller` 指定一个控制函数

Changed - 变更

- [X] The original method of `play` used for `PhotoImage` to start playback has been renamed to `start` to avoid conflicts with the method of `play` to continue playback
图片类 `PhotoImage` 原来用于开始播放的方法 `play` 更名为 `start` 避免与继续播放的方法 `play` 起冲突

- [X] The constant `CONTROL` was renamed `CONTROLLER`
常量 `CONTROL` 更名为 `CONTROLLER`

Fixed - 修复

- [X] Fixed some incorrect type hints
修复了一些错误的类型提示

2.6.19

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

Fixed - 修复

- [X] Fixed a bug where GIFs could not be played
修复了 gif 动图无法播放的问题

Optimized - 优化

- [X] `PhotoImage` has optimized the mechanism of playing GIFs, and if there is no pre-parsing before playback, it will be automatically parsed during playback
图片类 `PhotoImage` 关于播放 gif 动图的机制得到优化,若播放前没有预解析,则会自动进行播放时解析

- [X] Some codes have been optimized
优化了部分代码

2.6.18

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

Fixed - 修复

- [X] Fixed a bug where the actual font size of 3D text with the same font size setting was inconsistent in different locations
修复在不同位置的但字体大小设定相同的 3D 文本的实际字体大小不一致的 bug

Changed - 变更

- [X] Class `Canvas_3D` was renamed `Canvas3D`, and Class `_3D_Object` was renamed to `_Object3D`
类 `Canvas_3D` 更名为 `Canvas3D`,类 `_3D_Object` 更名为 `_Object3D`

Optimized - 优化

- [X] Some codes have been optimized
优化了部分代码

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.