Query: tk::msgbox
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MsgBox(3pm) User Contributed Perl Documentation MsgBox(3pm)NAMETk::MsgBox - create and manipulate a message dialogSYNOPSISuse Tk::MsgBox ... $d = $top->MsgBox(-title => "Title", -type => "okcancel"); ... $button = $d->Show;DESCRIPTIONMsgBox is a simple dialog with predefined buttons.OPTIONSThe options recognized by MsgBox are as follows: -icon Specify the icon of the MsgBox. Valid values are error, info, question, or warning. -type Specify the type of the MsgBox. Valid values are abortretryignore, ok, okcancel, retrycancel, yesno, or yesnocancel. The type determines the buttons to be shown. -default Specify the default button. This must be one of abort, retry, ignore, ok, cancel, yes, or no, depending on the type of the MsgBox previously specified. -detail Specify text for the detail region of the MsgBox. -message Specify the message text of the MsgBox. -title Specify the title of the MsgBox.METHODSMsgBox supports only one method as of now: Show() Displays the MsgBox until the user invokes one of the buttons. Returns the name of the button invoked.AUTHORTranslated from Tcl/Tk by Slaven Rezic srezic@cpan.org This code is distributed under the same terms as Perl.SEE ALSOTk::messageBox, Tk::DialogBox, Tk::Dialog. perl v5.14.2 2010-05-29 MsgBox(3pm)
Related Man Pages |
---|
tk_messagebox(n) - suse |
tk_messagebox(n) - osx |
tk::msgbox(3) - centos |
tk_messagebox(ntcl) - osx |
tk::msgbox(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Aggregate title to an archive.log |
Message Box Help |
more info about xmservd or xmtopas |
Help with Perl TK GUI! |