14 lines
279 B
Tcl
14 lines
279 B
Tcl
# -*- mode: TCL; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
|
|
#
|
|
# $Id: general.tcl,v 1.2 2002/11/13 21:12:18 idiscovery Exp $
|
|
#
|
|
# ITcl general test
|
|
#
|
|
|
|
proc About {} {
|
|
return "This file performs general test on Tix w/ ITcl 2.0"
|
|
}
|
|
|
|
proc Test {} {
|
|
}
|