summaryrefslogtreecommitdiffstats
path: root/doc/treectrl.man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/treectrl.man')
-rw-r--r--doc/treectrl.man27
1 files changed, 26 insertions, 1 deletions
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.