diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/Pane.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tk/Pane.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/Pane.pm b/Master/tlpkg/tlperl/lib/Tk/Pane.pm index 36c5203a42d..fa63b1a64f9 100644 --- a/Master/tlpkg/tlperl/lib/Tk/Pane.pm +++ b/Master/tlpkg/tlperl/lib/Tk/Pane.pm @@ -409,7 +409,7 @@ Tk::Pane - A window panner use Tk::Pane; - $pane = $mw->Scrolled(Pane, Name => 'fred', + $pane = $mw->Scrolled("Pane", Name => 'fred', -scrollbars => 'soe', -sticky => 'we', -gridded => 'y' |