<-- ! SpecTcl, by S. A. Uhler -- -- Copyright (c) 1994-1995 Sun Microsystems, Inc. -- -- See the file "license.txt" for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. --> SpecTcl Tutorial (24)

SpecTcl Tutorial - part 24

Now that the dialog box is finished, it can be saved to a new name, such as quit-dialog.

We can use the dialog box in an application with the following code:

	source quit-dialog.ui.tcl
	...
	quit-dialog_ui [toplevel .quit?]

previous| home