summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/Tk/Table.pod
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-08 00:16:42 +0000
committerKarl Berry <karl@freefriends.org>2018-03-08 00:16:42 +0000
commit34a8597760ab5740abd49b6d8be10e1876f5ce98 (patch)
tree099a794912a28b3ebbc857961643ba29b28e674a /Master/tlpkg/tlperl/site/lib/Tk/Table.pod
parent2ca3610031316a7312d046d3ae4c783452831216 (diff)
(tl)perl 5.26.1 from siep
git-svn-id: svn://tug.org/texlive/trunk@46882 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/Tk/Table.pod')
-rw-r--r--Master/tlpkg/tlperl/site/lib/Tk/Table.pod8
1 files changed, 5 insertions, 3 deletions
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<nw>.
+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<Tk::Frame>, so inherits all its
configure options.
The default focus traversal is giving the focus only to the table