msgbox

The msgbox Tcl command

Shows a dialogbox with the specified information

 msgbox [[-icon <icon-id>]] [[-buttons <buttons-id>]] [[-stdbutton <0..3>]] [[-title <dialog-title>]] [[--]] <dialog text>

return value:

 selected button (integer)

Category Tcl Scripting