Page 1 of 1

Focus for about-window

Posted: Mon Oct 27, 2003 9:07 pm
by HPW
The AboutBox should get the focus, so that hitting the ESC-key
trigger the <Escape> event. Just add the line like this example.

Code: Select all

	bind .about <Escape> "destroy .about"
	focus .about

Posted: Mon Oct 27, 2003 9:20 pm
by Lutz
thanks Hans-Peter, I will add this

Lutz