We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest development version
Windows 11
提示文本和输入文本同时显示
import tkintertools as tkt size = 500, 300 root = tkt.Tk(size) root.center() cv = tkt.Canvas(root, zoom_item=True, keep_ratio="min", free_anchor=True) cv.place(width=1280, height=720, x=640, y=360, anchor="center") InputBox = tkt.InputBox(cv, (20, 20), placeholder="InputBox") InputBox.set("Test") root.mainloop()
No response
[email protected]
The text was updated successfully, but these errors were encountered:
fix: Fix a bug where the placeholder of the widget InputBox is di…
placeholder
InputBox
e2a3d2e
…splayed incorrectly (#53)
此为上个版本产生的 bug,现已修复,修复将在下个版本发布时更新,此 Issue 也将在下个版本发布时关闭。
非常感谢您发现了此 bug!
Sorry, something went wrong.
Xiaokang2022
No branches or pull requests
Version
Latest development version
Platform
Windows 11
What Happened
提示文本和输入文本同时显示
Relevant Log Output
No response
Extra Information
No response
Contact Details
[email protected]
Code of Conduct
The text was updated successfully, but these errors were encountered: