From 34a8597760ab5740abd49b6d8be10e1876f5ce98 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 8 Mar 2018 00:16:42 +0000 Subject: (tl)perl 5.26.1 from siep git-svn-id: svn://tug.org/texlive/trunk@46882 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/site/lib/Tk/Table.pod | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/tlperl/site/lib/Tk/Table.pod') diff --git a/Master/tlpkg/tlperl/site/lib/Tk/Table.pod b/Master/tlpkg/tlperl/site/lib/Tk/Table.pod index 02b6690b869..fa9d8c3658e 100644 --- a/Master/tlpkg/tlperl/site/lib/Tk/Table.pod +++ b/Master/tlpkg/tlperl/site/lib/Tk/Table.pod @@ -61,8 +61,10 @@ specified by -rows (default 10), and number of columns specified by -columns If the Table is told it can take the keyboard focus then cursor and scroll keys scroll the displayed widgets. -The Table will create and manage its own scrollbars if requested via --scrollbars. +C<-scrollbars>. By default, scrollbars will be added C. +To disable scrollbars, set C<-scrollbars> to an empty string: + + $table = $parent->Table(-scrollbars => '', ...); The table can be emptied using @@ -71,7 +73,7 @@ The table can be emptied using the widgets which were in the table are destroyed. -The Tk::Table widget is derived from a Tk::Frame, so inherits all its +The Tk::Table widget is derived from a L, so inherits all its configure options. The default focus traversal is giving the focus only to the table -- cgit v1.2.3