in reply to change title font in collapsable frame
my $cf = $pane->CollapsableFrame(...); $cf->{ident}->configure(-font => '{Times} 10 bold'); [download]