Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / auto / Tk / Widget / pathname.al
CommitLineData
86530b38
AT
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.
4package Tk::Widget;
5
6#line 1291 "blib/lib/Tk/Widget.pm (autosplit into blib/lib/auto/Tk/Widget/pathname.al)"
7sub pathname
8{
9 my ($w,$id) = @_;
10 my $x = $w->winfo('pathname',-displayof => oct($id));
11 return $x->PathName;
12}
13
141;
15# end of Tk::Widget::pathname