summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/treectrl.html20
-rw-r--r--doc/treectrl.man16
-rw-r--r--doc/treectrl.n16
3 files changed, 42 insertions, 10 deletions
diff --git a/doc/treectrl.html b/doc/treectrl.html
index e685b56..0c8cccf 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.15 2005/05/17 01:31:16 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.16 2005/05/22 19:00:30 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.15 2005/05/17 01:31:16 treectrl Exp $ treectrl.n
+<! -- CVS: $Id: treectrl.html,v 1.16 2005/05/22 19:00:30 treectrl Exp $ treectrl.n
-->
<body>
@@ -2431,9 +2431,21 @@ This option determines how the items (and the title) line up with each other.
Must be one of <strong>left</strong> (the default), <strong>center</strong>, or <strong>right</strong>.
<br><br>
+<dt><strong><strong>-maxwidth</strong></strong> <i class='arg'>size</i><dd>
+Specifies the maximum size, in screen units, that will be permitted for this column.
+If <i class='arg'>size</i> is an empty string, then there is no limit on the maximum size of the column.
+This option has no effect if the <strong>-width</strong> option is set.
+
+<br><br>
<dt><strong><strong>-minwidth</strong></strong> <i class='arg'>size</i><dd>
-Specifies the minimum size, in screen units,
-that will be permitted for this column.
+Specifies the minimum size, in screen units, that will be permitted for this column.
+If <i class='arg'>size</i> is an empty string, then the minimum size of the column is zero.
+This option has no effect if the <strong>-width</strong> option is set.
+
+<br><br>
+<dt><strong><strong>-resize</strong></strong> <i class='arg'>boolean</i><dd>
+Specifies a boolean value that indicates whether the user should be allowed to
+resize the column by dragging the right edge of the column's header. Default is true.
<br><br>
<dt><strong><strong>-squeeze</strong></strong> <i class='arg'>boolean</i><dd>
diff --git a/doc/treectrl.man b/doc/treectrl.man
index 624ac5e..dc7eb5d 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.16 2005/05/17 01:31:17 treectrl Exp $}
+ $Id: treectrl.man,v 1.17 2005/05/22 19:00:30 treectrl Exp $}
][manpage_begin treectrl n 2.0]
[moddesc {Tk Commands}]
[titledesc {Create and manipulate hierarchical multicolumn widgets}]
@@ -1876,9 +1876,19 @@ See also the [option -backgroundmode] widget option for more on this.
This option determines how the items (and the title) line up with each other.
Must be one of [const left] (the default), [const center], or [const right].
+[opt_def [option -maxwidth] [arg size]]
+Specifies the maximum size, in screen units, that will be permitted for this column.
+If [arg size] is an empty string, then there is no limit on the maximum size of the column.
+This option has no effect if the [option -width] option is set.
+
[opt_def [option -minwidth] [arg size]]
-Specifies the minimum size, in screen units,
-that will be permitted for this column.
+Specifies the minimum size, in screen units, that will be permitted for this column.
+If [arg size] is an empty string, then the minimum size of the column is zero.
+This option has no effect if the [option -width] option is set.
+
+[opt_def [option -resize] [arg boolean]]
+Specifies a boolean value that indicates whether the user should be allowed to
+resize the column by dragging the right edge of the column's header. Default is true.
[opt_def [option -squeeze] [arg boolean]]
Specifies a boolean value that indicates whether or not the column should
diff --git a/doc/treectrl.n b/doc/treectrl.n
index 073c9f8..2a3e80d 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.32 2005/05/17 01:31:17 treectrl Exp $
+'\" $Id: treectrl.n,v 1.33 2005/05/22 19:00:30 treectrl Exp $
.so man.macros
.TH "treectrl" n 2.0 "Tk Commands"
.BS
@@ -2292,9 +2292,19 @@ See also the \fB-backgroundmode\fR widget option for more on this.
This option determines how the items (and the title) line up with each other.
Must be one of \fBleft\fR (the default), \fBcenter\fR, or \fBright\fR.
.TP
+\fB\fB-maxwidth\fR\fR \fIsize\fR
+Specifies the maximum size, in screen units, that will be permitted for this column.
+If \fIsize\fR is an empty string, then there is no limit on the maximum size of the column.
+This option has no effect if the \fB-width\fR option is set.
+.TP
\fB\fB-minwidth\fR\fR \fIsize\fR
-Specifies the minimum size, in screen units,
-that will be permitted for this column.
+Specifies the minimum size, in screen units, that will be permitted for this column.
+If \fIsize\fR is an empty string, then the minimum size of the column is zero.
+This option has no effect if the \fB-width\fR option is set.
+.TP
+\fB\fB-resize\fR\fR \fIboolean\fR
+Specifies a boolean value that indicates whether the user should be allowed to
+resize the column by dragging the right edge of the column's header. Default is true.
.TP
\fB\fB-squeeze\fR\fR \fIboolean\fR
Specifies a boolean value that indicates whether or not the column should