home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _5d76596ada0ce2eca017a45d8c4c6499 < prev    next >
Encoding:
Text File  |  2004-04-13  |  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 204 "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.