http://www.perlmonks.org?node_id=1009681

Phinix has asked for the wisdom of the Perl Monks concerning the following question:

I have a simple, probably extremely obvious question. Say I have a random widget, a button for the sake of the example, and during the coarse of my program I use configure() to set -background to a non-standard color. Is there a simple way to later reset that widget's colors and other options to "default?"

The reason I ask is that just setting the background color to the window color to reset it also creates a noticeable black border around the button I would prefer not exist.

Replies are listed 'Best First'.
Re: Reset widget configuration to default
by zentara (Archbishop) on Dec 20, 2012 at 09:53 UTC
Re: Reset widget configuration to default
by Anonymous Monk on Dec 20, 2012 at 04:30 UTC

    Sure, create a widget with defaults, copy the defaults to widget with not-defaults