diff options
Diffstat (limited to 'doc/treectrl.html')
-rw-r--r-- | doc/treectrl.html | 53 |
1 files changed, 30 insertions, 23 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 "license.terms" 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 "license.terms" 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. |