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 的书,到目前为止,我在理解我想要制作的 gui 的概念方面取得了很好的进展。书中没有解释的一件事是focusIn和focusOut的概念。我查看了 tcl.tk 的解释,也无法理解这些事件的含义。
如果这不是发布此类问题的正确位置,我深表歉意,但我不知道还能问哪里。
focusIn当您选择一个小部件以便您的键盘输入转到该小部件时会发生该事件。例如,当您单击输入字段以便您可以输入时。
focusIn
focusOut当您通过将键盘焦点移动到其他一些小部件来离开先前具有焦点的小部件时,将发生该事件。
focusOut