- or download this
sub messageBox
{
...
$args{'-default'} = lc($args{'-default'}) if (exists $args{'-default'
+});
ucfirst tk_messageBox(-parent => $widget, %args);
}
- or download this
sub Methods
{
...
my %dialog = ( tk_chooseColor => 'ColorDialog',
tk_messageBox => 'MessageBox',
...
- or download this
sub MessageBox {
my ($kind,%args) = @_;
...
return $an;
}
} # end messageBox
- or download this
sub MessageBox {
my ($kind,%args) = @_;
...
return $an;
}
} # end messageBox