diff options
Diffstat (limited to 'doc/treectrl.html')
-rw-r--r-- | doc/treectrl.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/treectrl.html b/doc/treectrl.html index 363c52a..d384f4b 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.46 2006/12/04 20:55: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.47 2006/12/07 03:56:41 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.46 2006/12/04 20:55:19 treectrl Exp $ treectrl.n +<! -- CVS: $Id: treectrl.html,v 1.47 2006/12/07 03:56:41 treectrl Exp $ treectrl.n --> <body> @@ -2710,6 +2710,13 @@ Specifies whether the element should be positioned by itself, i.e. independent from the other elements. <br><br> +<dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +This is a <a href="#per-state_options">per-state</a> option that determines whether +an element should be drawn. If the value of the option evaluates to false for a given +item state, then the element is not drawn, although it still consumes space in +the layout. + +<br><br> <dt><strong><strong>-expand</strong></strong> <i class='arg'>flags</i><dd> This option allows the external padding around the element to increase when a style has more screen space than it needs. @@ -3426,6 +3433,7 @@ the bitmap to display in the element. <br><br> <dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +Deprecated; use the style layout option <strong>-draw</strong> instead. Specifies as a <a href="#per-state_options">per-state</a> option whether to draw the element. If the value for a certain state is an empty string (the default), it is treated as true and the element will be drawn. @@ -3452,6 +3460,7 @@ element will not be drawn. <br><br> <dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +Deprecated; use the style layout option <strong>-draw</strong> instead. Specifies as a <a href="#per-state_options">per-state</a> option whether to draw the element. If the value for a certain state is an empty string (the default), it is treated as true and the element will be drawn. @@ -3497,6 +3506,7 @@ The following options are supported for image elements: <dl> <dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +Deprecated; use the style layout option <strong>-draw</strong> instead. Specifies as a <a href="#per-state_options">per-state</a> option whether to draw the element. If the value for a certain state is an empty string (the default), it is treated as true and the element will be drawn. @@ -3528,6 +3538,7 @@ The following options are supported for rectangle elements: <dl> <dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +Deprecated; use the style layout option <strong>-draw</strong> instead. Specifies as a <a href="#per-state_options">per-state</a> option whether to draw the element. If the value for a certain state is an empty string (the default), it is treated as true and the element will be drawn. @@ -3592,6 +3603,7 @@ The following options are supported for text elements: <dl> <dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +Deprecated; use the style layout option <strong>-draw</strong> instead. Specifies as a <a href="#per-state_options">per-state</a> option whether to draw the element. If the value for a certain state is an empty string (the default), it is treated as true and the element will be drawn. @@ -3717,6 +3729,7 @@ will not be destroyed. <br><br> <dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd> +Deprecated; use the style layout option <strong>-draw</strong> instead. Specifies as a <a href="#per-state_options">per-state</a> option whether to draw the element. If the value for a certain state is an empty string (the default), it is treated as true and the element will be drawn. |