home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _5d76596ada0ce2eca017a45d8c4c6499 < prev    next >
Encoding:
Text File  |  2004-06-01  |  392 b   |  16 lines

  1. # NOTE: Derived from blib\lib\Tk\Frame.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Frame;
  5.  
  6. #line 208 "blib\lib\Tk\Frame.pm (autosplit into blib\lib\auto\Tk\Frame\sbset.al)"
  7. sub sbset
  8. {
  9.  my ($cw,$sb,$ref,@args) = @_;
  10.  $sb->set(@args);
  11.  $cw->queuePack if (@args == 2 && $sb->Needed != $$ref);
  12. }
  13.  
  14. # end of Tk::Frame::sbset
  15. 1;
  16.