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

  1. # NOTE: Derived from blib\lib\Tk\Widget.pm.  Changes made here will be lost.
  2. package Tk::Widget;
  3.  
  4. # atom, atomname, containing, interps, pathname 
  5. # don't work this way - there is no window arg
  6. # So we pretend there was an call the C versions from Tk.xs
  7.  
  8. sub atom       { shift->InternAtom(@_)  }
  9. 1;
  10.