in reply to Re: Tk and optionAdd's scope
in thread Tk and optionAdd's scope

This works because LabFrames are bold by default. In my example I'm changing the default font at a global level:
$mw->optionAdd('*font', 'helvr12');
As a result the LabFrame's are no longer bold and I'm trying to revert them.

Replies are listed 'Best First'.
Re^3: Tk and optionAdd's scope
by Khen1950fx (Canon) on Apr 16, 2010 at 20:57 UTC
    I understand. I went as far as I could without having to modify my own option database setup. You should probably try Tk::Xrm.