summaryrefslogtreecommitdiffstats
path: root/demos/mailwasher.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace police.treectrl2006-11-301-185/+185
|
* Added [DemoList] command to get the name of the main list rather than ↵treectrl2006-11-231-2/+2
| | | | hard-coding .f2.f1.t everywhere.
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-4/+3
| | | | Use [column tag expr] instead of examining the tags directly.
* Changed -justification of Delete and Bounce columns.treectrl2006-10-281-3/+3
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-11/+11
|
* Added RCS $Id$ tags.treectrl2005-07-111-0/+2
|
* Got rid of the weird -arrowpax padding in the Received column.treectrl2005-07-101-1/+1
|
* Use -iexpand xy instead of -iexpand es because it is the display area I want ↵treectrl2005-06-131-2/+2
| | | | to expand, not the padding.
* Renamed bind tag to same name as the demo command.treectrl2005-05-171-2/+2
|
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-5/+7
| | | | Use "column compare".
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-2/+2
| | | | Tweaked -xscrollincrement so horizontal scrolling is better with column dnd.
* Fixed list sorting for checkbutton columns.treectrl2005-05-011-3/+3
|
* Added standard block comments to highlight steps of creating and using a ↵treectrl2005-03-291-33/+55
| | | | treectrl widget.
* Replace styOn and styOff with single styCheck; use the new "item state ↵treectrl2004-08-091-19/+17
| | | | forcolumn" command.
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-261-8/+8
|
* Big padx and pady patch.treectrl2003-01-021-9/+9
|
* Initial revisiontreectrl2002-12-171-0/+183