summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/treectrl.html34
-rw-r--r--doc/treectrl.man27
-rw-r--r--doc/treectrl.n27
3 files changed, 84 insertions, 4 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.
diff --git a/doc/treectrl.man b/doc/treectrl.man
index b7d674b..241e176 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.20 2005/05/27 20:05:13 treectrl Exp $}
+ $Id: treectrl.man,v 1.21 2005/06/02 06:01:12 treectrl Exp $}
][manpage_begin treectrl n 2.0]
[moddesc {Tk Commands}]
[titledesc {Create and manipulate hierarchical multicolumn widgets}]
@@ -2215,6 +2215,11 @@ the color to use for each of the bitmap's '0' valued pixels.
Specifies as a per-state option
the bitmap to display in the element.
+[opt_def [option -draw] [arg boolean]]
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
[opt_def [option -foreground] [arg color]]
Specifies as a per-state option
the color to use for each of the bitmap's '1' valued pixels.
@@ -2229,6 +2234,11 @@ The following options are supported for border elements:
Specifies as a per-state option
the color to use for the background of the border.
+[opt_def [option -draw] [arg boolean]]
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
[opt_def [option -filled] [arg boolean]]
Specifies whether the interior of the border should also be filled with
the specified background color. Default to false, which means that the
@@ -2255,6 +2265,11 @@ An element of type [const image] can be used to display an image in an item.
The following options are supported for image elements:
[list_begin opt]
+[opt_def [option -draw] [arg boolean]]
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
[opt_def [option -height] [arg size]]
Specifies the height of the image.
@@ -2271,6 +2286,11 @@ An element of type [const rect] can be used to display a rectangle in an item.
The following options are supported for rectangle elements:
[list_begin opt]
+[opt_def [option -draw] [arg boolean]]
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
[opt_def [option -fill] [arg fillColor]]
Specifies as a per-state option
the color to be used to fill rectangle's area.
@@ -2317,6 +2337,11 @@ An element of type [const text] can be used to display a text in an item.
The following options are supported for text elements:
[list_begin opt]
+[opt_def [option -draw] [arg boolean]]
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+
[opt_def [option -data] [arg data]]
Specifies raw data to be printed as text.
diff --git a/doc/treectrl.n b/doc/treectrl.n
index d33ec89..0a49c1f 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.36 2005/05/27 20:05:13 treectrl Exp $
+'\" $Id: treectrl.n,v 1.37 2005/06/02 06:01:12 treectrl Exp $
.so man.macros
.TH "treectrl" n 2.0 "Tk Commands"
.BS
@@ -2629,6 +2629,11 @@ the color to use for each of the bitmap's '0' valued pixels.
Specifies as a per-state option
the bitmap to display in the element.
.TP
+\fB\fB-draw\fR\fR \fIboolean\fR
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+.TP
\fB\fB-foreground\fR\fR \fIcolor\fR
Specifies as a per-state option
the color to use for each of the bitmap's '1' valued pixels.
@@ -2640,6 +2645,11 @@ The following options are supported for border elements:
Specifies as a per-state option
the color to use for the background of the border.
.TP
+\fB\fB-draw\fR\fR \fIboolean\fR
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+.TP
\fB\fB-filled\fR\fR \fIboolean\fR
Specifies whether the interior of the border should also be filled with
the specified background color. Default to false, which means that the
@@ -2663,6 +2673,11 @@ Specifies the width of the area of the border.
An element of type \fBimage\fR can be used to display an image in an item.
The following options are supported for image elements:
.TP
+\fB\fB-draw\fR\fR \fIboolean\fR
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+.TP
\fB\fB-height\fR\fR \fIsize\fR
Specifies the height of the image.
.TP
@@ -2676,6 +2691,11 @@ Specifies the width of the image.
An element of type \fBrect\fR can be used to display a rectangle in an item.
The following options are supported for rectangle elements:
.TP
+\fB\fB-draw\fR\fR \fIboolean\fR
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+.TP
\fB\fB-fill\fR\fR \fIfillColor\fR
Specifies as a per-state option
the color to be used to fill rectangle's area.
@@ -2719,6 +2739,11 @@ Specifies the width of the rectangle.
An element of type \fBtext\fR can be used to display a text in an item.
The following options are supported for text elements:
.TP
+\fB\fB-draw\fR\fR \fIboolean\fR
+Specifies as a per-state option
+whether to draw the element. If the value is unspecified (the default),
+the element will be drawn.
+.TP
\fB\fB-data\fR\fR \fIdata\fR
Specifies raw data to be printed as text.
.TP