home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / Tk / Scrollbar / Leave.al < prev    next >
Encoding:
Text File  |  1997-08-10  |  281 b   |  15 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Scrollbar.pm.  Changes made here will be lost.
  2. package Tk::Scrollbar;
  3.  
  4. sub Leave
  5. {
  6.  my $w = shift;
  7.  if ($Tk::strictMotif)
  8.   {
  9.    $w->configure("-activebackground" => $activeBg) if (defined $activeBg) ;
  10.   }
  11.  $w->activate("");
  12. }
  13.  
  14. 1;
  15.