home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _0fccbecdb294a2a9d98b92cab19757c9 < prev    next >
Encoding:
Text File  |  2004-06-01  |  430 b   |  19 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 198 "blib\lib\Tk\Frame.pm (autosplit into blib\lib\auto\Tk\Frame\queuePack.al)"
  7. sub queuePack
  8. {
  9.  my ($cw) = @_;
  10.  unless ($cw->{'pack_pending'})
  11.   {
  12.    $cw->{'pack_pending'} = 1;
  13.    $cw->afterIdle([$cw,'packscrollbars']);
  14.   }
  15. }
  16.  
  17. # end of Tk::Frame::queuePack
  18. 1;
  19.