An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
#::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)