summaryrefslogtreecommitdiffstats
path: root/demos/outlook-newgroup.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Replaced use of deprecated treectrl option -defaultstyle with new column ↵treectrl2006-11-051-3/+6
| | | | option -itemstyle.
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-15/+15
|
* Replace clunky block of code with [item descendants].treectrl2006-09-241-19/+3
|
* Added RCS $Id$ tags.treectrl2005-07-111-0/+2
|
* Use -iexpand xy instead of -iexpand es because it is the display area I want ↵treectrl2005-06-131-6/+6
| | | | to expand, not the padding.
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-3/+4
| | | | Use "item id" instead of "index".
* Nitpicktreectrl2005-05-111-1/+1
|
* Tweaked -xscrollincrement so horizontal scrolling is better with column dnd.treectrl2005-05-101-1/+2
|
* Added standard block comments to highlight steps of creating and using a ↵treectrl2005-03-291-1/+43
| | | | treectrl widget.
* Use "T item expand" etc instead of "T expand".treectrl2004-08-111-2/+2
|
* Removed assumptions about item identifiers; use the result of "item create".treectrl2004-08-091-23/+27
|
* Use -button item option.treectrl2004-07-301-2/+2
|
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-261-15/+18
|
* Big padx and pady patch.treectrl2003-01-021-14/+14
|
* Use new 'item state set' command.treectrl2002-12-311-4/+4
|
* Initial revisiontreectrl2002-12-171-0/+382