[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/tcl/common entry.tcl
Update of /usr/mash/src/repository/mash/mash-1/tcl/common
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv3148
Modified Files:
entry.tcl
Log Message:
Eliminated need to hit return to get Mash to accept input to entry widget.
Input now gets processed when widget loses focus using Tk's validation
features. Input also gets validated when entry value is retrieved because a
widget may still have the focus when a dialog is closed.