summaryrefslogtreecommitdiffstats
path: root/doc/treectrl.man
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 /doc/treectrl.man
parentf9cf0228e57e602b2cb0c3c5435a50b9eb0ca369 (diff)
downloadtktreectrl-275a8a831f3aee95a7811113c5f5988320ab76bc.zip
tktreectrl-275a8a831f3aee95a7811113c5f5988320ab76bc.tar.gz
tktreectrl-275a8a831f3aee95a7811113c5f5988320ab76bc.tar.bz2
New style layout option -indent (experimental).
Alphabetized style layout options.
Diffstat (limited to 'doc/treectrl.man')
-rw-r--r--doc/treectrl.man46
1 files changed, 26 insertions, 20 deletions
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}]]