Replaced | What to use instead |
---|---|
-openbuttonimage | -buttonimage |
-closedbuttonimage | -buttonimage |
-openbuttonbitmap | -buttonbitmap |
-closedbuttonbitmap | -buttonbitmap |
Usage Changed | How it changed |
-treecolumn | This 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 |
Deprecated | What to use instead |
---|---|
compare | item compare |
index | item id |
numcolumns | column count |
numitems | item count |
Removed | What to use instead |
---|---|
-relief |
-state |
-sunken | -state |
Renamed |
New name |
-arrowpad | -arrowpadx |
New |
|
-arrowbitmap |
|
-arrowimage | |
-arrowpady | |
-maxwidth | |
-resize | |
-state | |
-textlines |
Deprecated | What to use instead |
---|---|
column index | column id |
Arguments/Result Changed | What changed |
column configure |
A column description of "all" is allowed if at least one
option-value pair is given. |
column create | The result is a unique identifier. The result used to be an index in the list of columns. |
column delete | A column description of "all" is allowed. |
New | |
column compare | |
column count | |
column dragconfigure | |
column dragcget | |
column id | |
column list | |
column order |
Removed | What to use instead |
---|---|
item index | item order |
New | |
item compare | |
item count | |
item id | |
item order |
Arguments/Result Changed | What changed |
---|---|
notify generate |
Added optional percentsCommand argument |
notify install | Old syntax (supported but deprecated):notify install event eventName notify install detail eventName detailNew syntax: notify install <eventName> notify install <eventName-detail> |
notify linkage | Old syntax (supported but deprecated):notify linkage eventName notify linkage eventName detail notify linkage <eventName> notify linkage <eventName-detail> |
notify uninstall | see notify install above |