Posted to tcl by Stu at Thu Jul 20 12:24:45 GMT 2023view pretty
# A row of labels over a row of entries # Use row/column adjustments to turn it # into a vertical stack of widgets. # This is understandable when working it out # but I'm not sure it can be easily understood # just by reading it. L L L L E E E E .{L} -text a b c d !:-L1-3 +2 !:-E0 -6 !:-E1-3 +2 !:|L1-3,E1-3 -1 # EOF