Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Default radio button in Tk

by ariels (Curate)
on May 05, 2002 at 06:06 UTC ( [id://164105]=note: print w/replies, xml ) Need Help??


in reply to Default radio button in Tk

You'll kick yourself.

The value of $shape for setting a square is 'square  ', not 'square'.


Update:

Of course, the spaces in your list of names serve no purpose. You cannot (in general) use spaces to align text, because not all fonts are fixed-width. And since you're telling pack to anchor => 'w', you'll get the desired(?) left-justification anyway.

Just say "foreach ('square','circle','polygon')" and have done with it...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://164105]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-24 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found