summaryrefslogtreecommitdiffstats
path: root/doc/treectrl.n
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-06-02 06:01:12 (GMT)
committertreectrl <treectrl>2005-06-02 06:01:12 (GMT)
commit3ffa5405f87e18a06a07c141fd990aa04b86fee7 (patch)
tree9a4c7859df78dd86f902aa211e3d8989bb8d383c /doc/treectrl.n
parentec4a1742d5d510fa3539b84409519ad33cf5568c (diff)
downloadtktreectrl-3ffa5405f87e18a06a07c141fd990aa04b86fee7.zip
tktreectrl-3ffa5405f87e18a06a07c141fd990aa04b86fee7.tar.gz
tktreectrl-3ffa5405f87e18a06a07c141fd990aa04b86fee7.tar.bz2
New -draw per-state option for all element types (except window).
Diffstat (limited to 'doc/treectrl.n')
-rw-r--r--doc/treectrl.n27
1 files changed, 26 insertions, 1 deletions
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