From 023da5384f8c2abba1bb95cfc3907fd0007a63f3 Mon Sep 17 00:00:00 2001 From: treectrl Date: Mon, 23 May 2005 21:36:34 +0000 Subject: New file describing changes since the last version. --- doc/What's New in TkTreeCtrl.html | 380 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 380 insertions(+) create mode 100644 doc/What's New in TkTreeCtrl.html diff --git a/doc/What's New in TkTreeCtrl.html b/doc/What's New in TkTreeCtrl.html new file mode 100644 index 0000000..28f7328 --- /dev/null +++ b/doc/What's New in TkTreeCtrl.html @@ -0,0 +1,380 @@ + + + + + What's New in TkTreeCtrl + + + +

What's New in TkTreeCtrl 2.0

+

TreeCtrl Configuration Options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ReplacedWhat to use +instead
-openbuttonimage-buttonimage
-closedbuttonimage-buttonimage
-openbuttonbitmap-buttonbitmap
-closedbuttonbitmap-buttonbitmap
Usage +ChangedHow it changed
-treecolumnThis used to be any integer value which may or may not have +corresponded to an actual column. Now the value must be a valid column +description, or an empty string to indicate no column should display +buttons/lines.
New
-backgroundimage
-columnprefix
-itemprefix
-minitemheight
-usetheme
+

TreeCtrl Commands

+ + + + + + + + + + + + + + + + + + + + + + + +
DeprecatedWhat to use +instead
compareitem compare
indexitem id
numcolumnscolumn count
numitemsitem count
+

Column Configuration Options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RemovedWhat to use +instead
-relief
+
-state
-sunken-state
Renamed
+
New name
-arrowpad-arrowpadx
New
+
-arrowbitmap
+
-arrowimage
-arrowpady
-maxwidth
-resize
-state
-textlines
+

Column Command

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DeprecatedWhat to use +instead
column indexcolumn id
Arguments/Result +ChangedWhat changed
column configure
+
A column description of "all" is allowed if at least one +option-value pair is given.
+
column createThe result is a unique identifier. The result used to be an +index in the list of columns.
column deleteA column description of "all" is allowed.
New
column compare
column count
column dragconfigure
column dragcget
column id
column list
column order
+

Item Command

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RemovedWhat to use +instead
item indexitem order
New
item compare
item count
item id
item order
+

Notify Command

+ + + + + + + + + + + + + + + + + + + + + + + +
Arguments/Result +ChangedWhat changed
notify generate
+
Added optional percentsCommand +argument
notify installOld syntax (supported but deprecated):
+
notify install event eventName
+
notify install detail eventName detail
+New syntax:
+
notify install <eventName>
+
notify install <eventName-detail>
+
notify linkageOld syntax (supported but deprecated):
+
+
notify linkage eventName
+
notify linkage eventName detail
+
+New syntax:
+
+
notify linkage <eventName>
+
notify linkage <eventName-detail>
+
+
notify uninstallsee notify install +above
+

Library Script Changes

+

filelist-bindings.tcl:

+ +

Other Changes

+ +

Demo Changes

+ +

+ + -- cgit v0.12