summaryrefslogtreecommitdiff
path: root/Master/perltl/site/lib/auto/Tk/Widget/pathname.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/perltl/site/lib/auto/Tk/Widget/pathname.al')
-rw-r--r--Master/perltl/site/lib/auto/Tk/Widget/pathname.al15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/perltl/site/lib/auto/Tk/Widget/pathname.al b/Master/perltl/site/lib/auto/Tk/Widget/pathname.al
new file mode 100644
index 00000000000..e22439a73cd
--- /dev/null
+++ b/Master/perltl/site/lib/auto/Tk/Widget/pathname.al
@@ -0,0 +1,15 @@
+# NOTE: Derived from blib\lib\Tk/Widget.pm.
+# Changes made here will be lost when autosplit is run again.
+# See AutoSplit.pm.
+package Tk::Widget;
+
+#line 1291 "blib\lib\Tk/Widget.pm (autosplit into blib\lib\auto\Tk\Widget\pathname.al)"
+sub pathname
+{
+ my ($w,$id) = @_;
+ my $x = $w->winfo('pathname',-displayof => oct($id));
+ return $x->PathName;
+}
+
+1;
+# end of Tk::Widget::pathname