NAME

Tk::YAMessage - Yet another message box

SYNOPSIS

 my $dialog = $window->YAMessage(
	-image = $window->Getimage('info');
	-text => 'Hello',
 );
 $dialog->Show;

DESCRIPTION

Provides a basic, less noisy, replacement for Tk::MessageBox. Inherits Tk::YADialog.

CONFIG VARIABLES

Switch: -image

Default value none. Specify the image to be shown. Must be a Tk::Image object.

Switch: -text

Default value none. Specify the text to be shown.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

BUGS

Unknown. If you find any, please contact the author.

SEE ALSO

Tk::YADialog