my $dialog = $mw->DialogBox (-title => "Delete", -buttons => ["Yes", " +No"]); $dialog->Label (-text => "Are You Sure you Want to Save?")->pack (-sid +e => 'left'); my $answer = $dialog->Show; return 0 if $answer eq "No"; save ()and exit if $answer eq "Yes"; exit; sub save { } ;
-Mark
In reply to Re: pl/tk dialog box issue
by kvale
in thread pl/tk dialog box issue
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |