summaryrefslogtreecommitdiffstats
path: root/demos/random.tcl
Commit message (Expand)AuthorAgeFilesLines
* Allow the text in the first column to be squeezed to display "...".treectrl2006-12-071-4/+4
* Use the item option "-button auto".treectrl2006-11-301-7/+3
* Whitespace police.treectrl2006-11-301-351/+351
* Added [DemoList] command to get the name of the main list rather than hard-co...treectrl2006-11-231-3/+3
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-2/+2
* Use TreeCtrl::IsSensitive in two places rather than checking TreeCtrl::Priv(s...treectrl2006-11-051-34/+3
* Try the new -uniform and -weight column options.treectrl2006-10-281-4/+7
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-4/+4
* Replace clunky block of code with [item descendants].treectrl2006-09-241-18/+2
* Added RCS $Id$ tags.treectrl2005-07-111-22/+24
* Gave elements, styles, and columns meaningful names.treectrl2005-07-101-59/+64
* Use TreeCtrl::SetSensitive and TreeCtrl::SetDragImage instead of accessing va...treectrl2005-06-021-7/+9
* Added global "ShowLines" which is false on the Mac to disable drawing connect...treectrl2005-05-221-1/+1
* Renamed bind tag to same name as the demo command.treectrl2005-05-171-7/+7
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-6/+8
* Removed some useless bindings and code.treectrl2005-05-111-16/+0
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-75/+17
* Added standard block comments to highlight steps of creating and using a tree...treectrl2005-03-291-1/+21
* Use "T item expand" etc instead of "T expand".treectrl2004-08-111-3/+3
* Removed assumptions about item identifiers; use the result of "item create".treectrl2004-08-091-15/+19
* Use -button item option.treectrl2004-07-301-5/+5
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-261-3/+3
* Big padx and pady patch.treectrl2003-01-021-8/+8
* Changes to survive column reordering.treectrl2002-12-231-40/+59
* Double-click button fix.treectrl2002-12-211-1/+2
* Initial revisiontreectrl2002-12-171-0/+475