diff options
author | vincentdarley <vincentdarley@noemail.net> | 2005-08-09 09:45:59 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2005-08-09 09:45:59 (GMT) |
commit | c6c6489a27e42e165ea72a296428e6d3355bfbd8 (patch) | |
tree | 2ec54600ac5cfd5434e9ec69cb0a393ceaa27e71 /doc/text.n | |
parent | c718279ec2c817e215b5d9202ee0a0913bc3dbe8 (diff) | |
download | tk-c6c6489a27e42e165ea72a296428e6d3355bfbd8.zip tk-c6c6489a27e42e165ea72a296428e6d3355bfbd8.tar.gz tk-c6c6489a27e42e165ea72a296428e6d3355bfbd8.tar.bz2 |
clarify tab stop behaviour
FossilOrigin-Name: ce77064ee5cde8a99a08f00cf577d470d6421d0a
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: text.n,v 1.37 2005/05/12 22:51:03 dgp Exp $ +'\" RCS: @(#) $Id: text.n,v 1.38 2005/08/09 09:46:02 vincentdarley Exp $ '\" .so man.macros .TH text n 8.5 Tk "Tk Built-In Commands" @@ -117,7 +117,10 @@ tab position; if there is no number in the text then the text is right-justified at the tab position. For example, \fB\-tabs {2c left 4c 6c center}\fR creates three tab stops at two-centimeter intervals; the first two use left -justification and the third uses center justification. +justification and the third uses center justification. Note that +tabs are interpreted as they are encountered in the text. Any tab +character being laid out will use (and be defined by) the first tab stop +to the right of the preceding characters already laid out on that line. If the list of tab stops does not have enough elements to cover all of the tabs in a text line, then Tk extrapolates new tab stops using the spacing and alignment from the last tab stop in the list. Tab |