summaryrefslogtreecommitdiffstats
path: root/demos/random.tcl
Commit message (Collapse)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 ↵treectrl2006-11-231-3/+3
| | | | hard-coding .f2.f1.t everywhere.
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-2/+2
|
* Use TreeCtrl::IsSensitive in two places rather than checking ↵treectrl2006-11-051-34/+3
| | | | TreeCtrl::Priv(sensitive).
* 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 the -count option to [item create].
* Use TreeCtrl::SetSensitive and TreeCtrl::SetDragImage instead of accessing ↵treectrl2005-06-021-7/+9
| | | | | | | variables directly. Require minimum motion before beginning drag-and-drop. Remove unwanted check of Priv(sensitive).
* Added global "ShowLines" which is false on the Mac to disable drawing ↵treectrl2005-05-221-1/+1
| | | | connecting lines.
* 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
| | | | Use "column compare".
* Removed some useless bindings and code.treectrl2005-05-111-16/+0
|
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-75/+17
| | | | Minor changes to keep in synch with library procs.
* Added standard block comments to highlight steps of creating and using a ↵treectrl2005-03-291-1/+21
| | | | treectrl widget.
* 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 "dragimage configure -visible" instead of "dragimage visible".
* 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