widget(n) [incr Tcl] widget(n) ______________________________________________________________________________ NAME itcl::widget - create a widget class of objects WARNING! This is new functionality in [incr Tcl] where the API can still change!! SYNOPSIS itcl::widget widgetName { inherit baseWidget ?baseWidget...? 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