remove the Dialogs <Return> binding:
use strict; use warnings; use Tk; my $mw = tkinit; my $d = $mw->DialogBox(); $d->add('Text')->pack; $d->bind('<Return>',''); $d->Show;
In reply to Re: Tk DialogBox Enter key behavior
by lamprecht
in thread Tk DialogBox Enter key behavior
by tallwithblueeyes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |