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