home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 7: Programming
/
CDAT7.iso
/
Share
/
Editores
/
Perl5
/
perl
/
lib
/
site
/
auto
/
Tk
/
Scale
/
Leave.al
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-10
|
291 b
|
12 lines
# NOTE: Derived from ..\blib\lib\Tk\Scale.pm. Changes made here will be lost.
package Tk::Scale;
sub Leave
{
my ($w) = @_;
$w->configure("-activebackground",$w->{'activeBg'}) if ($Tk::strictMotif);
$w->configure("-state","normal") if ($w->cget("-state") eq "active");
}
1;