Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: change title font in collapsable frame

by pc88mxer (Vicar)
on Jul 25, 2008 at 17:15 UTC ( [id://700188]=note: print w/replies, xml ) Need Help??


in reply to change title font in collapsable frame

From what I can tell, there is no -labelFont option for CollapsableFrame. However, you can try directly accessing the Label widget used for the title with:
my $cf = $pane->CollapsableFrame(...); $cf->{ident}->configure(-font => '{Times} 10 bold');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found