home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / Tk / Widget / containing.al < prev    next >
Encoding:
Text File  |  1997-08-10  |  525 b   |  18 lines

  1. # NOTE: Derived from blib\lib\Tk\Widget.pm.  Changes made here will be lost.
  2. package Tk::Widget;
  3.  
  4. sub containing { shift->Containing(@_)  }
  5.  
  6.  
  7. # interps not done yet
  8. # pathname not done yet
  9.  
  10. # walk and descendants adapted from Stephen's composite
  11. # versions as they only use core features they can go here.
  12. # hierachy is reversed in that descendants calls walk rather
  13. # than vice versa as this avoids building a list.
  14. # Walk should possibly be enhanced so allow early termination
  15. # like '-prune' of find.
  16.  
  17. 1;
  18.