Tk::MsgBox
create and manipulate a message dialog
- Provided by: perl-tk (Version: 1:804.033-1build1)
- Report a bug
create and manipulate a message dialog
use Tk::MsgBox
...
$d = $top->MsgBox(-title => "Title", -type => "okcancel");
...
$button = $d->Show;
MsgBox is a simple dialog with predefined buttons.
The options recognized by MsgBox are as follows:
MsgBox supports only one method as of now:
Translated from Tcl/Tk by Slaven Rezic srezic@cpan.org
This code is distributed under the same terms as Perl.
Tk::messageBox, Tk::DialogBox, Tk::Dialog.