in reply to What is the best way to arrange widgets using TK?
foreach (sort keys(%density)) { Tk::grid( $mb->Label( -text => $_, -anchor => "w", ), $mb->Entry( -textvariable => \$density{$_}, -width => 5 ), -sticky => "ew", ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What is the best way to arrange widgets using TK?
by rinceWind (Monsignor) on Aug 24, 2004 at 20:35 UTC |