Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 tkinter 中创建一个浮动文本(即使下面的画布滚动也不滚动)。我尝试搜索浮动标签但找不到。现在画布的父级是一个可滚动的框架。
在具有相同父框架的该画布顶部添加另一个画布并将其提升
tk.Misc.lift(floating_canvas)
现在下面的画布是可乱涂的,而上面的画布是静态的