gpt4 book ai didi

tcl - 如何在 tcl/tk 中绑定(bind)鼠标悬停

转载 作者:行者123 更新时间:2023-12-01 11:00:20 26 4
gpt4 key购买 nike

我想绑定(bind)一个元素,这样当鼠标悬停在它上面时,它就会做一些事情。什么修饰符允许这样的绑定(bind)?

最佳答案

<Enter><Leave>事件。例如:

place [frame .f -width 100 -height 100 -bg red] -x 10 -y 10
bind .f <Enter> {%W configure -bg blue}
bind .f <Leave> {%W configure -bg red}

关于tcl - 如何在 tcl/tk 中绑定(bind)鼠标悬停,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11630279/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com