From 78e522d177de1515b255b9341138e60baa1324c5 Mon Sep 17 00:00:00 2001 From: treectrl Date: Thu, 2 Jun 2005 22:09:47 +0000 Subject: The quick brown fox jumps over the lazy dog. --- doc/What's New in TkTreeCtrl.html | 839 ++++++++++++++++++++------------------ 1 file changed, 438 insertions(+), 401 deletions(-) diff --git a/doc/What's New in TkTreeCtrl.html b/doc/What's New in TkTreeCtrl.html index 48e9dc8..b602d12 100644 --- a/doc/What's New in TkTreeCtrl.html +++ b/doc/What's New in TkTreeCtrl.html @@ -1,401 +1,438 @@ - - - - - - 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
-backgroundmodeThe value "order" should be used instead of "index", and -"ordervisible" should be used instead of "visindex". This brings -agreement with the new "item order" command which replaces the "item -index" command.
-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
-columnresizemode
-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
Usage ChangedHow it changed
-backgroundThis is now a per-state option. See COLUMNS in the help file -for valid state names.
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

- -

- - + + + + + + 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
-backgroundmodeThe values "index" and "visindex" are deprecated. The value +"order" should be used instead of "index", and +"ordervisible" should be used instead of "visindex". This brings +agreement with the new "item order" command which replaces the "item +index" command.
-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
-columnresizemode
-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
Usage ChangedHow it changed
-backgroundThis is now a per-state option. See COLUMNS in the help file +for valid state names.
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. Previously the result was +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
+

Element Changes

+ +

Event Changes

+ +

Library Script Changes

+

filelist-bindings.tcl:

+ +

treectrl.tcl:

+ +

Other Changes

+ +

Demo Changes

+ + + -- cgit v0.12