summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* New demo to show off new -textvariable option of "text" element.treectrl2005-05-171-0/+67
|
* Added double-click binding.treectrl2005-05-171-0/+9
|
* Added Textvariable demo.treectrl2005-05-171-0/+2
|
* Renamed bind tag to same name as the demo command.treectrl2005-05-175-33/+33
|
* Demonstrate the new style layout option -indent.treectrl2005-05-141-11/+78
| | | | | Change cursor to hand2 when over the text element of child-of-root item. Allow clicking text element of chlid-of-root item to expand/collapse item.
* Set cursor to hand2 when over item.treectrl2005-05-141-0/+2
|
* Allow "Tree Column" command in header context menu to toggle -treecolumn on/off.treectrl2005-05-141-1/+1
|
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-3/+4
| | | | Use "item id" instead of "index".
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-132-11/+15
| | | | Use "column compare".
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-6/+8
| | | | Use "item compare" instead of "compare".
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-135-54/+60
|
* 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".
* Bump version to 2.0 because of API changes.treectrl2005-05-131-47/+86
| | | | | | | | Use column -tag instead of zero, to handle -columnprefix option if used. Added "Toggle All" menu commands to event browser window. Specify -treecolumn with a real column as required now. Handle <ColumnDrag> event for column reordering. Use new "column list" command and "column delete all".
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-7/+7
|
* Added missing demo.treectrl2005-05-111-0/+251
|
* Nitpicktreectrl2005-05-111-1/+1
|
* Removed some useless bindings and code.treectrl2005-05-113-122/+8
|
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-75/+17
| | | | Minor changes to keep in synch with library procs.
* Tweaked -xscrollincrement so horizontal scrolling is better with column dnd.treectrl2005-05-101-1/+2
|
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-2/+2
| | | | Tweaked -xscrollincrement so horizontal scrolling is better with column dnd.
* Minor changes to keep in synch with library procs.treectrl2005-05-102-14/+10
|
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-1/+1
|
* "option add" call to set -usetheme default to true.treectrl2005-05-101-80/+125
| | | | | | Added "Firefox Privacy" demo to show off new "window" element type. Right-click menus now available in all treectrl demo widgets, not just main. New -minitemheight, -buttonbitmap and -buttonimage per-state options.
* Made images transparent.treectrl2005-05-013-0/+0
|
* Fixed list sorting for checkbutton columns.treectrl2005-05-011-3/+3
|
* Bump version to 1.2.treectrl2005-05-011-6/+46
| | | | | Added "Clear Window" command to Events Browser with Ctrl+X shortcut. Replaced label with new Identify Window.
* More fiddling with package loading.treectrl2005-03-291-41/+256
| | | | | | | Add Events Browser window. Added label to view result of "identify" command. Add -showrootlines to popup menu. Use updated "notify install" syntax.
* Added standard block comments to highlight steps of creating and using a ↵treectrl2005-03-2910-56/+366
| | | | treectrl widget.
* * demos/demo.tcl: try loading treectrl before trying thehobbs22005-02-151-3/+3
| | | | IsDevelopment branch of loading.
* Added example background image.treectrl2005-01-031-0/+0
|
* Fiddled with dev/install library loading again.treectrl2005-01-031-26/+44
| | | | | Added submenus to right-click menu. Configure default -backgroundimage in demo list.
* Added -backgroundimage example.treectrl2005-01-031-1/+7
| | | | Removed unnecessary -foreground value.
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-091-805/+800
| | | | | | | | * demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs. * tests/all.tcl: install package. * generic/tkTreeCtrl.c: * library/filelist-bindings.tcl: ensure TreeCtrl namespace exists * library/treectrl.tcl: source filelist-bindings
* Move "selection modify" call because hidden items can't be selected.treectrl2004-08-131-1/+1
|
* Require correct package version.treectrl2004-08-131-1/+1
|
* Changed the directory displayed.treectrl2004-08-111-1/+1
|
* Use "T item expand" etc instead of "T expand".treectrl2004-08-113-15/+17
|
* Allow changing -squeeze option for columns via popup.treectrl2004-08-111-12/+14
| | | | Use "T item expand" etc instead of "T expand".
* Removed assumptions about item identifiers; use the result of "item create".treectrl2004-08-092-38/+46
|
* Replace styOn and styOff with single styCheck; use the new "item state ↵treectrl2004-08-091-19/+17
| | | | forcolumn" command.
* Fix bug when sorting via the "Modified" column.treectrl2004-08-091-1/+1
|
* Use -button item option.treectrl2004-07-301-5/+5
| | | | Use "dragimage configure -visible" instead of "dragimage visible".
* Use -button item option.treectrl2004-07-303-16/+7
|
* Use -defaultstyle widget option.treectrl2004-07-301-13/+11
| | | | Use -button item option.
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-2611-45/+56
|
* Set ::Dir to Tcl/lib directorytreectrl2003-07-191-1/+1
|
* Allow running from 'demos' directory and when installed.treectrl2003-07-191-24/+47
|
* Move to 'demos/pics' directory.treectrl2003-07-1950-0/+0
|
* Move to 'demos' directory.treectrl2003-07-191-0/+990
|
* Add missing close-bracket.treectrl2003-07-181-1/+1
|