home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 7: Programming
/
CDAT7.iso
/
Share
/
Editores
/
Perl5
/
perl
/
lib
/
site
/
auto
/
Tk
/
Scale
/
Enter.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
|
322 b
|
16 lines
# NOTE: Derived from ..\blib\lib\Tk\Scale.pm. Changes made here will be lost.
package Tk::Scale;
sub Enter
{
my ($w,$x,$y) = @_;
if ($Tk::strictMotif)
{
$w->{'activeBg'} = $w->cget("-activebackground");
$w->configure("-activebackground",$w->cget("-background"));
}
$w->Activate($x,$y);
}
1;