summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-06-08 01:31:06 (GMT)
committertreectrl <treectrl>2005-06-08 01:31:06 (GMT)
commit27de15787707fa3574eb9db10a3cb2109ba81b47 (patch)
tree9b0657c569e8fdf604f61a71026f3cd6fed0a725 /doc
parent9997b90780c5202fca4c63ef6dfa86ee2dcd18ca (diff)
downloadtktreectrl-27de15787707fa3574eb9db10a3cb2109ba81b47.zip
tktreectrl-27de15787707fa3574eb9db10a3cb2109ba81b47.tar.gz
tktreectrl-27de15787707fa3574eb9db10a3cb2109ba81b47.tar.bz2
Command "item range" added, command "range" deprecated.
Diffstat (limited to 'doc')
-rw-r--r--doc/What's New in TkTreeCtrl.html26
1 files changed, 17 insertions, 9 deletions
diff --git a/doc/What's New in TkTreeCtrl.html b/doc/What's New in TkTreeCtrl.html
index b602d12..a6539ff 100644
--- a/doc/What's New in TkTreeCtrl.html
+++ b/doc/What's New in TkTreeCtrl.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<!-- $Id: What's\040New\040in\040TkTreeCtrl.html,v 1.5 2005/06/02 22:09:47 treectrl Exp $ -->
+<!-- $Id: What's\040New\040in\040TkTreeCtrl.html,v 1.6 2005/06/08 01:31:06 treectrl Exp $ -->
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>What's New in TkTreeCtrl</title>
@@ -109,6 +109,10 @@ instead</th>
<td>numitems</td>
<td>item count</td>
</tr>
+ <tr>
+ <td>range</td>
+ <td>item range</td>
+ </tr>
</tbody>
</table>
<h2>Column Configuration Options</h2>
@@ -220,7 +224,7 @@ index in the list of columns.</td>
</tr>
<tr>
<th style="background-color: rgb(255, 255, 204);">New</th>
- <td></td>
+ <th style="background-color: rgb(204, 255, 255);">Comment</th>
</tr>
<tr>
<td>column compare</td>
@@ -228,7 +232,7 @@ index in the list of columns.</td>
</tr>
<tr>
<td>column count</td>
- <td></td>
+ <td>replaces "numcolumns"</td>
</tr>
<tr>
<td>column dragconfigure</td>
@@ -240,7 +244,7 @@ index in the list of columns.</td>
</tr>
<tr>
<td>column id</td>
- <td></td>
+ <td>replaces "column index"</td>
</tr>
<tr>
<td>column list</td>
@@ -267,23 +271,27 @@ instead</th>
</tr>
<tr>
<th style="background-color: rgb(255, 255, 204); width: 50%;">New</th>
- <th></th>
+ <th style="background-color: rgb(204, 255, 255);">Comment</th>
</tr>
<tr>
<td>item compare</td>
- <td></td>
+ <td>replaces "compare"</td>
</tr>
<tr>
<td>item count</td>
- <td></td>
+ <td>replaces "numitems"</td>
</tr>
<tr>
<td>item id</td>
- <td></td>
+ <td>replaces "index"</td>
</tr>
<tr>
<td>item order</td>
- <td></td>
+ <td>replaces "item index"</td>
+ </tr>
+ <tr>
+ <td>item range</td>
+ <td>replaces "range"</td>
</tr>
</tbody>
</table>