[[Put a pointer to a webified version of itcl.n and itclvars on this page]] Package name for [incr Tcl], one popular object oriented extension for [Tcl]. % package require Itcl 3.2 % [[incr Tcl]] is a longer, more entertaining name that people use to refer to the same same bit of code, but the name of the package, as installed, is ''Itcl''. The itcl package consists of the following command names: * [itcl::body] * [itcl::class] * [itcl::code] * [itcl::configbody] * [itcl::delete] * [itcl::ensemble] * [itcl::find] * [itcl::is] * [itcl::local] * [itcl::scope] For a threaded Version of Itcl, see [Threaded Itcl] Help in debugging itcl code. * [itcl memory leaks] - do you have left over itcl objects after some operation? * [itcl trace] Undocumented features of Itcl: * [Automatic get/set methods for an itcl class] - use code within a class to auto generate class variables and methods. ---- [Category Glossary] [Category Package] [Category Object Orientation]