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: -anchor
-
Transferred to the text label.
- Switch: -background
-
Transferred to the text label.
- Switch: -foreground
-
Transferred to the text label.
- Switch: -image
-
Default value none. Specify the image to be shown. Must be a Tk::Image object.
- Switch: -font
-
Transferred to the text label.
- Switch: -justify
-
Transferred to the text label.
- Switch: -text
-
Transferred to the text label.
- Switch: -textvariable
-
Transferred to the text label.
- Switch: -width
-
Transferred to the text label.
- Switch: -wraplength
-
Transferred to the text label.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.