summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-05-14 22:18:58 (GMT)
committertreectrl <treectrl>2005-05-14 22:18:58 (GMT)
commit275a8a831f3aee95a7811113c5f5988320ab76bc (patch)
treedcdcdb34c2da8419d9e9909f2be78f1dd8ca5c91
parentf9cf0228e57e602b2cb0c3c5435a50b9eb0ca369 (diff)
downloadtktreectrl-275a8a831f3aee95a7811113c5f5988320ab76bc.zip
tktreectrl-275a8a831f3aee95a7811113c5f5988320ab76bc.tar.gz
tktreectrl-275a8a831f3aee95a7811113c5f5988320ab76bc.tar.bz2
New style layout option -indent (experimental).
Alphabetized style layout options.
-rw-r--r--doc/treectrl.html53
-rw-r--r--doc/treectrl.man46
-rw-r--r--doc/treectrl.n49
3 files changed, 83 insertions, 65 deletions
diff --git a/doc/treectrl.html b/doc/treectrl.html
index 90372f0..8a3d4c0 100644
--- a/doc/treectrl.html
+++ b/doc/treectrl.html
@@ -1,10 +1,10 @@
-<! -- Copyright (c) 2002-2003 Christian Krone. -- -- See the file &quot;license.terms&quot; for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. -- -- $Id: treectrl.html,v 1.13 2005/05/13 20:50:19 treectrl Exp $
+<! -- Copyright (c) 2002-2003 Christian Krone. -- -- See the file &quot;license.terms&quot; for information on usage and redistribution -- of this file, and for a DISCLAIMER OF ALL WARRANTIES. -- -- $Id: treectrl.html,v 1.14 2005/05/14 22:18:58 treectrl Exp $
--><html><head>
<title>treectrl - Tk Commands </title>
</head>
<! -- Generated from file 'doc/treectrl.man' by tcllib/doctools with format 'html'
-->
-<! -- CVS: $Id: treectrl.html,v 1.13 2005/05/13 20:50:19 treectrl Exp $ treectrl.n
+<! -- CVS: $Id: treectrl.html,v 1.14 2005/05/14 22:18:58 treectrl Exp $ treectrl.n
-->
<body>
@@ -2135,14 +2135,25 @@ The following options are supported:
<br><br>
<dl>
-<dt><strong><strong>-padx</strong></strong> <i class='arg'>amount</i><dd>
-<dt><strong><strong>-pady</strong></strong> <i class='arg'>amount</i><dd>
-<i class='arg'>Amount</i> specifies how much external padding to
-leave on the left and right (for <strong>-padx</strong>)
-or top and bottom (for <strong>-pady</strong>) side of the element.
-<i class='arg'>Amount</i> may be a list
-of two values to specify padding for the two sides separately,
-it defaults to 0.
+<dt><strong><strong>-detach</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies whether the element should be positioned by itself,
+i.e. independent from the other elements.
+
+<br><br>
+<dt><strong><strong>-expand</strong></strong> <i class='arg'>style</i><dd>
+<dt><strong><strong>-iexpand</strong></strong> <i class='arg'>style</i><dd>
+It can happen that the element's space is larger than its requested dimensions.
+These options may be used to position (or stretch) the slave within its cell.
+<i class='arg'>Style</i> is a string that contains zero or more of the characters
+<strong>n</strong>, <strong>s</strong>, <strong>e</strong> or <strong>w</strong>.
+Each letter refers to a side (north, south,
+east, or west) in which direction the element will grow in.
+
+<br><br>
+<dt><strong><strong>-indent</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies whether the element should be positioned to the right of the
+button/line area in the tree column. This option is ignored unless the
+-detach option is true.
<br><br>
<dt><strong><strong>-ipadx</strong></strong> <i class='arg'>amount</i><dd>
@@ -2155,14 +2166,14 @@ of two values to specify padding for the two sides separately,
it defaults to 0.
<br><br>
-<dt><strong><strong>-expand</strong></strong> <i class='arg'>style</i><dd>
-<dt><strong><strong>-iexpand</strong></strong> <i class='arg'>style</i><dd>
-It can happen that the element's space is larger than its requested dimensions.
-These options may be used to position (or stretch) the slave within its cell.
-<i class='arg'>Style</i> is a string that contains zero or more of the characters
-<strong>n</strong>, <strong>s</strong>, <strong>e</strong> or <strong>w</strong>.
-Each letter refers to a side (north, south,
-east, or west) in which direction the element will grow in.
+<dt><strong><strong>-padx</strong></strong> <i class='arg'>amount</i><dd>
+<dt><strong><strong>-pady</strong></strong> <i class='arg'>amount</i><dd>
+<i class='arg'>Amount</i> specifies how much external padding to
+leave on the left and right (for <strong>-padx</strong>)
+or top and bottom (for <strong>-pady</strong>) side of the element.
+<i class='arg'>Amount</i> may be a list
+of two values to specify padding for the two sides separately,
+it defaults to 0.
<br><br>
<dt><strong><strong>-squeeze</strong></strong> <i class='arg'>style</i><dd>
@@ -2178,10 +2189,6 @@ option may be used to allow shrinking of the element.
Specifies a list of other <i class='arg'>element</i>s, which should be layed out
inside the space of this element.
-<br><br>
-<dt><strong><strong>-detach</strong></strong> <i class='arg'>boolean</i><dd>
-Specifies whether the element should be positioned by themselves,
-i.e. independent from the other elements.
</dl>
<dt><a name="134"><i class='arg'>pathName</i> <b class='cmd'>style names</b></a><dd>
@@ -2967,7 +2974,7 @@ Indicates the root item of the treectrl.
</dl>
<p>
-The initial part of the column description (matching any of the values above)
+The initial part of the item description (matching any of the values above)
may be followed by one or more <i class='arg'>modifier</i>s.
A modifier changes the item used relative to
the description up to this point.
diff --git a/doc/treectrl.man b/doc/treectrl.man
index 8b2bcf1..24d0245 100644
--- a/doc/treectrl.man
+++ b/doc/treectrl.man
@@ -3,7 +3,7 @@
See the file "license.terms" for information on usage and redistribution
of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- $Id: treectrl.man,v 1.14 2005/05/13 20:50:20 treectrl Exp $}
+ $Id: treectrl.man,v 1.15 2005/05/14 22:18:58 treectrl Exp $}
][manpage_begin treectrl n 2.0]
[moddesc {Tk Commands}]
[titledesc {Create and manipulate hierarchical multicolumn widgets}]
@@ -1621,14 +1621,23 @@ managed by [arg style].
The following options are supported:
[list_begin opt]
-[opt_def [option -padx] [arg amount]]
-[opt_def [option -pady] [arg amount]]
-[arg Amount] specifies how much external padding to
-leave on the left and right (for [option -padx])
-or top and bottom (for [option -pady]) side of the element.
-[arg Amount] may be a list
-of two values to specify padding for the two sides separately,
-it defaults to 0.
+[opt_def [option -detach] [arg boolean]]
+Specifies whether the element should be positioned by itself,
+i.e. independent from the other elements.
+
+[opt_def [option -expand] [arg style]]
+[opt_def [option -iexpand] [arg style]]
+It can happen that the element's space is larger than its requested dimensions.
+These options may be used to position (or stretch) the slave within its cell.
+[arg Style] is a string that contains zero or more of the characters
+[const n], [const s], [const e] or [const w].
+Each letter refers to a side (north, south,
+east, or west) in which direction the element will grow in.
+
+[opt_def [option -indent] [arg boolean]]
+Specifies whether the element should be positioned to the right of the
+button/line area in the tree column. This option is ignored unless the
+-detach option is true.
[opt_def [option -ipadx] [arg amount]]
[opt_def [option -ipady] [arg amount]]
@@ -1639,14 +1648,14 @@ or top and bottom (for [option -ipady]) side of the element.
of two values to specify padding for the two sides separately,
it defaults to 0.
-[opt_def [option -expand] [arg style]]
-[opt_def [option -iexpand] [arg style]]
-It can happen that the element's space is larger than its requested dimensions.
-These options may be used to position (or stretch) the slave within its cell.
-[arg Style] is a string that contains zero or more of the characters
-[const n], [const s], [const e] or [const w].
-Each letter refers to a side (north, south,
-east, or west) in which direction the element will grow in.
+[opt_def [option -padx] [arg amount]]
+[opt_def [option -pady] [arg amount]]
+[arg Amount] specifies how much external padding to
+leave on the left and right (for [option -padx])
+or top and bottom (for [option -pady]) side of the element.
+[arg Amount] may be a list
+of two values to specify padding for the two sides separately,
+it defaults to 0.
[opt_def [option -squeeze] [arg style]]
If an element's area is smaller than its requested dimensions, this
@@ -1660,9 +1669,6 @@ option may be used to allow shrinking of the element.
Specifies a list of other [arg element]s, which should be layed out
inside the space of this element.
-[opt_def [option -detach] [arg boolean]]
-Specifies whether the element should be positioned by themselves,
-i.e. independent from the other elements.
[list_end]
[call [arg pathName] [cmd {style names}]]
diff --git a/doc/treectrl.n b/doc/treectrl.n
index 897de51..d35f406 100644
--- a/doc/treectrl.n
+++ b/doc/treectrl.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" $Id: treectrl.n,v 1.30 2005/05/13 20:50:20 treectrl Exp $
+'\" $Id: treectrl.n,v 1.31 2005/05/14 22:18:58 treectrl Exp $
.so man.macros
.TH "treectrl" n 2.0 "Tk Commands"
.BS
@@ -2043,15 +2043,24 @@ managed by \fIstyle\fR.
The following options are supported:
.RS
.TP
-\fB\fB-padx\fR\fR \fIamount\fR
+\fB\fB-detach\fR\fR \fIboolean\fR
+Specifies whether the element should be positioned by itself,
+i.e. independent from the other elements.
.TP
-\fB\fB-pady\fR\fR \fIamount\fR
-\fIAmount\fR specifies how much external padding to
-leave on the left and right (for \fB-padx\fR)
-or top and bottom (for \fB-pady\fR) side of the element.
-\fIAmount\fR may be a list
-of two values to specify padding for the two sides separately,
-it defaults to 0.
+\fB\fB-expand\fR\fR \fIstyle\fR
+.TP
+\fB\fB-iexpand\fR\fR \fIstyle\fR
+It can happen that the element's space is larger than its requested dimensions.
+These options may be used to position (or stretch) the slave within its cell.
+\fIStyle\fR is a string that contains zero or more of the characters
+\fBn\fR, \fBs\fR, \fBe\fR or \fBw\fR.
+Each letter refers to a side (north, south,
+east, or west) in which direction the element will grow in.
+.TP
+\fB\fB-indent\fR\fR \fIboolean\fR
+Specifies whether the element should be positioned to the right of the
+button/line area in the tree column. This option is ignored unless the
+-detach option is true.
.TP
\fB\fB-ipadx\fR\fR \fIamount\fR
.TP
@@ -2063,15 +2072,15 @@ or top and bottom (for \fB-ipady\fR) side of the element.
of two values to specify padding for the two sides separately,
it defaults to 0.
.TP
-\fB\fB-expand\fR\fR \fIstyle\fR
+\fB\fB-padx\fR\fR \fIamount\fR
.TP
-\fB\fB-iexpand\fR\fR \fIstyle\fR
-It can happen that the element's space is larger than its requested dimensions.
-These options may be used to position (or stretch) the slave within its cell.
-\fIStyle\fR is a string that contains zero or more of the characters
-\fBn\fR, \fBs\fR, \fBe\fR or \fBw\fR.
-Each letter refers to a side (north, south,
-east, or west) in which direction the element will grow in.
+\fB\fB-pady\fR\fR \fIamount\fR
+\fIAmount\fR specifies how much external padding to
+leave on the left and right (for \fB-padx\fR)
+or top and bottom (for \fB-pady\fR) side of the element.
+\fIAmount\fR may be a list
+of two values to specify padding for the two sides separately,
+it defaults to 0.
.TP
\fB\fB-squeeze\fR\fR \fIstyle\fR
If an element's area is smaller than its requested dimensions, this
@@ -2084,10 +2093,6 @@ option may be used to allow shrinking of the element.
\fB\fB-union\fR\fR \fIelementList\fR
Specifies a list of other \fIelement\fRs, which should be layed out
inside the space of this element.
-.TP
-\fB\fB-detach\fR\fR \fIboolean\fR
-Specifies whether the element should be positioned by themselves,
-i.e. independent from the other elements.
.RE
.TP
\fIpathName\fR \fBstyle names\fR\fR
@@ -2723,7 +2728,7 @@ You can memorize \fBrnc\fR as abbreviation of "row 'n' column".
\fBroot\fR
Indicates the root item of the treectrl.
.PP
-The initial part of the column description (matching any of the values above)
+The initial part of the item description (matching any of the values above)
may be followed by one or more \fImodifier\fRs.
A modifier changes the item used relative to
the description up to this point.