diff options
author | jenglish <jenglish@flightlab.com> | 2007-12-10 16:21:01 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-12-10 16:21:01 (GMT) |
commit | f617bac301ba7c2a99d135217b39fc1545d80915 (patch) | |
tree | 687057f323ce969b8fb6baef8ebd239dda8a4bd4 /doc/ttk_treeview.n | |
parent | 57ac53d505b95a191e099e62fd8d27f117bcb1a9 (diff) | |
download | tk-f617bac301ba7c2a99d135217b39fc1545d80915.zip tk-f617bac301ba7c2a99d135217b39fc1545d80915.tar.gz tk-f617bac301ba7c2a99d135217b39fc1545d80915.tar.bz2 |
Remove extra .BEs that got added by mistake somewhere.
Diffstat (limited to 'doc/ttk_treeview.n')
-rw-r--r-- | doc/ttk_treeview.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index f0b2c61..249aef1 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -4,10 +4,11 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_treeview.n,v 1.12 2007/11/01 10:59:44 dkf Exp $ +'\" RCS: @(#) $Id: ttk_treeview.n,v 1.13 2007/12/10 16:21:01 jenglish Exp $ '\" .so man.macros .TH ttk::treeview n 8.5 Tk "Tk Themed Widget" +.BS .SH NAME ttk::treeview \- hierarchical multicolumn data display widget .SH SYNOPSIS @@ -135,9 +136,8 @@ The following options may be set on each column: .TP \fB\-id \fIname\fR The column name. This is a read-only option. -For example, -.QW \fI$pathname \fBcolumn #\fIn \fB\-id\fR] -returns the data column associated with data column #\fIn\fR. +For example, [\fI$pathname \fBcolumn #\fIn \fB\-id\fR] +returns the data column associated with display column #\fIn\fR. .TP \fB\-anchor\fR Specifies how the text in this column should be aligned |