Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: change title font in collapsable frame

by pc88mxer (Vicar)
on Jul 25, 2008 at 17:15 UTC ( #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? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2023-03-28 05:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?