summaryrefslogtreecommitdiffstats
path: root/demos/biglist.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Stop using deprecated commands.treectrl2006-10-281-2/+2
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-17/+17
|
* Clip window elements.treectrl2006-09-271-14/+39
| | | | Use Tile if available.
* Use tags to group related items rather than checking their depth.treectrl2006-09-241-12/+12
|
* Remove newlines in message on unix/mac because unix messagebox already wraps ↵treectrl2005-07-161-4/+8
| | | | lines (unlike windows). Not sure if mac wraps lines.
* Mark the first window created as free after getting its height.treectrl2005-07-151-1/+3
|
* Set -showbuttons to false, allow click anywhere in item to toggle it ↵treectrl2005-07-121-6/+41
| | | | | | open/closed. Change cursor to hand2 to indicate toggle is allowed. Add bindings to child windows to make Identify Window updates work.
* Added RCS $Id$ tags.treectrl2005-07-111-3/+6
|
* New demo shows 2 techniques for creating lists with large numbers of items ↵treectrl2005-07-101-0/+326
(i.e., using <Expand-before> and <ItemVisibility>).