http://www.purl.org/tcl/home/man/tcl8.4/TkCmd/dialog.htm Note: Unlike most Tk widgets, this widget's name (dialog) is not the same as its creation command ([tk_dialog]). The function can be found in the installed tcl/tk file dialog.tcl . Where you have a platform that should look (more or less) native on several platforms, use [tk_messageBox] in preference to this if possible and reasonable. ---- [http://incrtcl.sourceforge.net/iwidgets/iwidgets/dialog.gif] [incr Widgets] also has a dialog command - see the docs at http://incrtcl.sourceforge.net/iwidgets/iwidgets/dialog.html and http://purl.org/tcl/home/man/iwidgets3.0/dialog.n.html . ---- See also [A file properties dialog] and "The Humble Dialog Box" [http://www.objectmentor.com/resources/articles/TheHumbleDialogBox.pdf]. ---- Here is a list of the built-in Tk dialog commands: * [tk_chooseColor] * [tk_chooseDirectory] * [tk_dialog] * [tk_getOpenFile] * [tk_getSaveFile] * [tk_messageBox] ---- [Category Dialog] - [Tk syntax help] - [Arts and Crafts of Tcl-Tk Programming]