summaryrefslogtreecommitdiffstats
path: root/doc/treectrl.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/treectrl.html')
-rw-r--r--doc/treectrl.html34
1 files changed, 32 insertions, 2 deletions
diff --git a/doc/treectrl.html b/doc/treectrl.html
index c46cf3f..c31a6e7 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.19 2005/05/27 20:05:12 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.20 2005/06/02 06:01:12 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.19 2005/05/27 20:05:12 treectrl Exp $ treectrl.n
+<! -- CVS: $Id: treectrl.html,v 1.20 2005/06/02 06:01:12 treectrl Exp $ treectrl.n
-->
<body>
@@ -2825,6 +2825,12 @@ Specifies as a per-state option
the bitmap to display in the element.
<br><br>
+<dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
+<br><br>
<dt><strong><strong>-foreground</strong></strong> <i class='arg'>color</i><dd>
Specifies as a per-state option
the color to use for each of the bitmap's '1' valued pixels.
@@ -2841,6 +2847,12 @@ Specifies as a per-state option
the color to use for the background of the border.
<br><br>
+<dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
+<br><br>
<dt><strong><strong>-filled</strong></strong> <i class='arg'>boolean</i><dd>
Specifies whether the interior of the border should also be filled with
the specified background color. Default to false, which means that the
@@ -2872,6 +2884,12 @@ An element of type <strong>image</strong> can be used to display an image in an
The following options are supported for image elements:
<dl>
+<dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
+<br><br>
<dt><strong><strong>-height</strong></strong> <i class='arg'>size</i><dd>
Specifies the height of the image.
@@ -2891,6 +2909,12 @@ An element of type <strong>rect</strong> can be used to display a rectangle in a
The following options are supported for rectangle elements:
<dl>
+<dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
+<br><br>
<dt><strong><strong>-fill</strong></strong> <i class='arg'>fillColor</i><dd>
Specifies as a per-state option
the color to be used to fill rectangle's area.
@@ -2944,6 +2968,12 @@ An element of type <strong>text</strong> can be used to display a text in an ite
The following options are supported for text elements:
<dl>
+<dt><strong><strong>-draw</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
+<br><br>
<dt><strong><strong>-data</strong></strong> <i class='arg'>data</i><dd>
Specifies raw data to be printed as text.