home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / sbset.al < prev    next >
Encoding:
Text File  |  2003-11-16  |  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.