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

Re: perl/Tk font question

by splinky (Hermit)
on May 02, 2005 at 13:50 UTC ( [id://453230]=note: print w/replies, xml ) Need Help??


in reply to perl/Tk font question

As other responders have noted, you're limited to straight text in labels - regular labels, button labels, checkbutton labels, etc.

In some cases, you can make do by using a text widget, which allows a lot more freedom in formatting. This works particularly well as a replacement for a regular label. But that's less useful for things like checkbuttons, because a checkbutton label is clickable, and your text widget wouldn't behave like that by default. You'd have to bind it manually.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 17:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found