Quote:
> try packing them with pack(side->'left');
That will put all of the radio buttons on one horizontal row.
If you wanted them to all alighn vertically, like:
O My Button One
O Another Button
O Yet Another Radio Button
O Etc.
Then:
pack(
-side => 'top',
-anchor => 'w',
);
You can use 'top' or 'bottom' depending on the order in which you are
setting the options. -anchor 'w' anchors each button to the west (or
left) side of the frame.
Hope this helps
Tim
Quote:
> > What's the trick to align radiobuttons up to be left justified,
> > that is, how do I get the the 'buttons' to line up with
> > different length text on those buttons. Thanks in advance.
> > Sarir
> > -----------------------------------------------------------
> > Got questions? Get answers over the phone at Keen.com.
> > Up to 100 minutes free!
> > http://www.keen.com
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Sent via Deja.com http://www.deja.com/
Before you buy.