extendedclass(n) [incr Tcl] extendedclass(n) ______________________________________________________________________________ NAME itcl::extendedclass - create a extendedclass of objects WARNING! This is new functionality in [incr Tcl] where the API can still change!! SYNOPSIS itcl::extendedclass extendedclassName { inherit baseExtendedclass ?baseExtendedclass...? constructor args ?init? body destructor body public method name ?args? ?body? protected method name ?args? ?body? private method name ?args? ?body? public proc name ?args? ?body? protected proc name ?args? ?body? private proc name ?args? ?body? public variable varName ?init? ?config? protected variable varName ?init? ?config? private variable varName ?init? ?config? public common varName ?init? protected common varName ?init? private common varName ?init? public command ?arg arg ...? protected command ?arg arg ...? private command ?arg arg ...? see delegation page