summaryrefslogtreecommitdiffstats
path: root/demos/demo.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Set correct patchlevel in VERSION variable.treectrl2005-06-291-1/+1
|
* Added menu command for the new style layout editor window.treectrl2005-06-131-3/+22
| | | | | Added -textlayout option to the debug menu. Style and element names are sorted with -dictionary.
* Set -background of tail column to default when loading a new demo to undo ↵treectrl2005-06-021-5/+11
| | | | change of "column configure all" in DemoExplorerDetails.
* Check for existence of env(TREECTRL_LIBRARY) when reporting its value.treectrl2005-05-301-1/+6
|
* Change <Command-ButtonPress-1> binding on Aqua to <Control-ButtonPress-1>, ↵treectrl2005-05-281-1/+1
| | | | since Command should be used for discontinuous selection on OSX.
* Set -columnresizemode to "realtime" on OSX and WinNT.treectrl2005-05-271-0/+12
|
* Use new keywords "order" and "ordervisible" -backgroundmode popup.treectrl2005-05-241-1/+1
|
* Added global "ShowLines" which is false on the Mac to disable drawing ↵treectrl2005-05-221-2/+4
| | | | connecting lines.
* Added <Command-ButtonPress-1> binding under Aqua to pop up the context menu.treectrl2005-05-221-0/+5
|
* Added Textvariable demo.treectrl2005-05-171-0/+2
|
* Allow "Tree Column" command in header context menu to toggle -treecolumn on/off.treectrl2005-05-141-1/+1
|
* 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".
* "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.
* 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.
* * demos/demo.tcl: try loading treectrl before trying thehobbs22005-02-151-3/+3
| | | | IsDevelopment branch of loading.
* Fiddled with dev/install library loading again.treectrl2005-01-031-26/+44
| | | | | Added submenus to right-click menu. Configure default -backgroundimage in demo list.
* * 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
* Require correct package version.treectrl2004-08-131-1/+1
|
* Allow changing -squeeze option for columns via popup.treectrl2004-08-111-12/+14
| | | | Use "T item expand" etc instead of "T expand".
* 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-261-5/+5
|
* Allow running from 'demos' directory and when installed.treectrl2003-07-191-24/+47
|
* Move to 'demos' directory.treectrl2003-07-191-0/+990