summaryrefslogtreecommitdiffstats
path: root/doc/treectrl.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/treectrl.html')
-rw-r--r--doc/treectrl.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/treectrl.html b/doc/treectrl.html
index 8f2a26e..c46cf3f 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.18 2005/05/24 23:56:25 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.19 2005/05/27 20:05: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.18 2005/05/24 23:56:25 treectrl Exp $ treectrl.n
+<! -- CVS: $Id: treectrl.html,v 1.19 2005/05/27 20:05:12 treectrl Exp $ treectrl.n
-->
<body>
@@ -332,6 +332,17 @@ This line can be used to give the user a visual feedback
during column resizing.
<br><br>
+<dt>Command-Line Switch: <strong>-columnresizemode</strong><br>
+Database Name: <strong>columnResizeMode</strong><br>
+Database Class: <strong>ColumnResizeMode</strong><br>
+<dd>
+Specifies the visual feedback used when resizing columns. The value should be
+one of <strong>proxy</strong> or <strong>realtime</strong>. For <strong>proxy</strong>, a 1-pixel thick
+vertical line is drawn representing where the right edge of the column will
+be after resizing. For <strong>realtime</strong>, the column's size is changed while
+the user is dragging the right edge of the column.
+
+<br><br>
<dt>Command-Line Switch: <strong>-defaultstyle</strong><br>
Database Name: <strong>defaultStyle</strong><br>
Database Class: <strong>DefaultStyle</strong><br>