The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
#::hwtk::table proc SetValueCallback { row col value } { puts '$value' return true } proc GetValueList {col row} { return
Hi,
the question is not clear
a table widget has a variable, so get variable name by
set table_var [$table cget -variable]
=> so cell value is stored in $table_var($row,$col)