[incr Tcl] Reference Manual: Contents
Contents
·
Index
·
Keywords
·
About...
Tcl Commands
·
C Procedures
Tcl Commands
itcl - object-oriented extensions to Tcl
itclvars - variables used by [incr Tcl]
class - create a class of objects
body - change the body for a class method/proc
code - capture the namespace context for a code fragment
configbody - change the "config" code for a public variable
delete - delete things in the interpreter
ensemble - create or modify a composite command
find - search for classes and objects
is - test argument to see if it is a class or an object
component - define components for extendedclass, widget or widgetadaptor
delegation - delegate methods, procs or options to other objects
extendedclass - create a extendedclass of objects
option - define options for extendedclass, widget or widgetadaptor
widget - create a widget class of objects
local - create an object local to a procedure
scope - capture the namespace context for a variable
C Procedures
Itcl_CreateClass - Manipulate classes.
Itcl_CreateObject - Manipulate an class instance.
Itcl_RegisterC - Associate a symbolic name with a C procedure.
Itcl_InitList - Manipulate an Itcl list object.
Itcl_PreserveData - Manipulate an Itcl list object.
Itcl_InitStack - Manipulate an Itcl stack object.