home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.8.3.809-MSWin32-x86.msi / _a3fc48f5ae5dad6294f7f5fdbbfab626 < prev    next >
Encoding:
Text File  |  2004-02-02  |  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 1291 "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.