v input view
Structure returns a string which concisely describes the structure of a view and all its subviews. Column names are not included.
set v [view {A B} def {a 1 b 2 c 5 b 3}] view $v structure SS view $v group A G | structure S(S)
SS
S(S)