summaryrefslogtreecommitdiff
path: root/Master/perltl/site/lib/auto/Tk/Scrollbar/Leave.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/perltl/site/lib/auto/Tk/Scrollbar/Leave.al')
-rw-r--r--Master/perltl/site/lib/auto/Tk/Scrollbar/Leave.al18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/perltl/site/lib/auto/Tk/Scrollbar/Leave.al b/Master/perltl/site/lib/auto/Tk/Scrollbar/Leave.al
new file mode 100644
index 00000000000..349911e304e
--- /dev/null
+++ b/Master/perltl/site/lib/auto/Tk/Scrollbar/Leave.al
@@ -0,0 +1,18 @@
+# NOTE: Derived from ..\blib\lib\Tk\Scrollbar.pm.
+# Changes made here will be lost when autosplit is run again.
+# See AutoSplit.pm.
+package Tk::Scrollbar;
+
+#line 89 "..\blib\lib\Tk\Scrollbar.pm (autosplit into ..\blib\lib\auto\Tk\Scrollbar\Leave.al)"
+sub Leave
+{
+ my $w = shift;
+ if ($Tk::strictMotif)
+ {
+ $w->configure('-activebackground' => $activeBg) if (defined $activeBg) ;
+ }
+ $w->activate('');
+}
+
+# end of Tk::Scrollbar::Leave
+1;