TclTk.module



(*  
    Interface to Tcl/Tk.  This is a minimal interface, that
    currently conforms to Tcl7.4/5 and Tk4.0
    This interface also supports an extension to use "raster" widgets
    for fast drawing (which can by-pass the String level interface/interpreter)
*)

c_interface.sa -has c_interface.sa  
       TCL_TK TCL_TK_COMMANDS C_TCL_TK C_UTIL

c_interface.c			-- C interface to Tcl/Tk
c_raster.c			-- C interface to the raster widget
tkRaster.c			-- Raster widget
tkRasterBuiltIn.c		-- Raster widget builtin commands