summaryrefslogtreecommitdiffstats
path: root/demos/explorer.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Use the new style layout option -draw instead of the deprecated element ↵treectrl2006-12-071-7/+13
| | | | option of the same name.
* Whitespace police.treectrl2006-11-301-531/+531
|
* Added [DemoList] command to get the name of the main list rather than ↵treectrl2006-11-231-6/+6
| | | | hard-coding .f2.f1.t everywhere.
* Comment added.treectrl2006-11-221-1/+2
|
* Fixed improper binding on the demo list.treectrl2006-11-121-5/+5
|
* Double-clicking a folder goes to that folder. Added ".." folder to go to the ↵treectrl2006-11-011-5/+59
| | | | parent directory.
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-8/+8
|
* Nitpick.treectrl2006-09-271-5/+6
|
* Use treectrl's -itemwidth instead of column's -width.treectrl2005-07-151-7/+8
| | | | | Use treectrl's -itemwidthequal instead of column's -widthhack. Use treectrl's -itemwidthmultiple instead of column's -stepwidth.
* Added RCS $Id$ tags.treectrl2005-07-111-4/+9
|
* Bunch of changes to try out the new shellicon extension on Win32.treectrl2005-07-101-20/+71
|
* Explorer (details) demo sets background color for the sort column like WinXP ↵treectrl2005-07-071-3/+3
| | | | does.
* Use new "item element configure" syntax to configure multiple elements at ↵treectrl2005-07-051-34/+29
| | | | | | once (and remove calls to "item complex"). Gave elements and styles meaningful names.
* Use TreeCtrl::SetEditable, TreeCtrl::SetSensitive and TreeCtrl::SetDragImage ↵treectrl2005-06-021-15/+68
| | | | | | instead of accessing variables directly. Hide the file name and selection rectangle when editing.
* Revert change where -usetheme was forced off since it is confusing and only ↵treectrl2005-05-221-1/+0
| | | | X11 users will care.
* Force -usetheme off in demo "Explorer (Details)" and demonstrate per-state ↵treectrl2005-05-131-31/+44
| | | | | | | | | column -background option. Use to Priv(edit,$T) syntax (matches Priv(sensitive,$T)). Use "column compare". Use -tag instead of column index. Use "item count" instead of "numitems".
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-1/+1
|
* Added standard block comments to highlight steps of creating and using a ↵treectrl2005-03-291-0/+62
| | | | treectrl widget.
* Changed the directory displayed.treectrl2004-08-111-1/+1
|
* Fix bug when sorting via the "Modified" column.treectrl2004-08-091-1/+1
|
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-261-6/+6
|
* Set ::Dir to Tcl/lib directorytreectrl2003-07-191-1/+1
|
* Big padx and pady patch.treectrl2003-01-021-9/+9
|
* Changes to survive column reordering.treectrl2002-12-231-4/+10
|
* Initial revisiontreectrl2002-12-171-0/+367