home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / pathname.al < 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.