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

  1. # NOTE: Derived from blib\lib\Tk\Widget.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Widget;
  5.  
  6. #line 1505 "blib\lib\Tk\Widget.pm (autosplit into blib\lib\auto\Tk\Widget\pathname.al)"
  7. sub pathname
  8. {
  9.  my ($w,$id) = @_;
  10.  my $x = $w->winfo('pathname',-displayof  => oct($id));
  11.  return $x->PathName;
  12. }
  13.  
  14. 1;
  15. # end of Tk::Widget::pathname
  16.