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

  1. # NOTE: Derived from blib\lib\Tk.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk;
  5.  
  6. #line 748 "blib\lib\Tk.pm (autosplit into blib\lib\auto\Tk\updateWidgets.al)"
  7. sub updateWidgets
  8. {
  9.  my ($w) = @_;
  10.  while ($w->DoOneEvent(DONT_WAIT|IDLE_EVENTS|WINDOW_EVENTS))
  11.   {
  12.   }
  13.  $w;
  14. }
  15.  
  16. # end of Tk::updateWidgets
  17. 1;
  18.