2012-07-24 2 views

답변

5

<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} 
관련 문제