All manuals itcl
[incr Tcl]
17 commands
I
- itcl Object-oriented extensions to Tcl
- itcl::body Change the body for a class method/proc
- itcl::class Create a class of objects
- itcl::code Capture the namespace context for a code fragment
- itcl::component Define components for extendedclass, widget or widgetadaptor Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical.
- itcl::configbody Change the "config" code for a public variable
- itcl::delegation Delegate methods, procs or options to other objects Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical. method option option namespec to comp as target option * to
- itcl::delete Delete things in the interpreter class object namespace
- itcl::ensemble Create or modify a composite command
- itcl::extendedclass Create a extendedclass of objects
- itcl::find Search for classes and objects classes objects
- itcl::is Test argument to see if it is a class or an object is class
- itcl::local Create an object local to a procedure
- itcl::option Define options for extendedclass, widget or widgetadaptor Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical.
- itcl::scope Capture the namespace context for a variable
- itcl::widget Create a widget class of objects
- itclvars Variables used by [incr Tcl]
Copyright#
- Copyright © 1993-1998 Lucent Technologies, Inc
- Copyright © 2008 Arnulf Wiedemann