summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Use updated [selection get] syntax.treectrl2006-11-191-3/+3
|
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-4/+3
| | | | Use [column tag expr] instead of examining the tags directly.
* Use updated [selection get] syntax.treectrl2006-11-191-7/+5
| | | | Replaced a foreach loop with a multi-item description.
* Use lassign instead of the classic foreach hack.treectrl2006-11-194-12/+23
|
* Define ::lassign if it doesn't exist and use it instead of the classic ↵treectrl2006-11-191-10/+16
| | | | | | foreach hack. Use updated [selection get] syntax.
* Comment out the line setting -itemprefix and -columnprefix.treectrl2006-11-181-3/+3
|
* Replaced [llength [$w selection get]] with [$w selection count].treectrl2006-11-181-4/+4
|
* Make sure it works when -itemprefix and/or -columnprefix are specified.treectrl2006-11-151-40/+37
|
* Add "Resize" checkbutton to the column header right-click menu.treectrl2006-11-151-17/+22
| | | | Whitespace cleanup.
* Make sure the demo runs when -itemprefix and/or -columnprefix are specified.treectrl2006-11-152-12/+12
|
* Theme-related changes.treectrl2006-11-133-53/+209
|
* Made scrollbars dynamic.treectrl2006-11-121-6/+17
|
* Fixed improper binding on the demo list.treectrl2006-11-121-5/+5
|
* Copy item states when displaying the current style in the canvas.treectrl2006-11-091-1/+11
|
* Cosmetic changes (to code and appearance).treectrl2006-11-051-8/+8
|
* Use TreeCtrl::IsSensitive in two places rather than checking ↵treectrl2006-11-051-34/+3
| | | | TreeCtrl::Priv(sensitive).
* Replaced use of deprecated treectrl option -defaultstyle with new column ↵treectrl2006-11-051-6/+6
| | | | | | option -itemstyle. Set the size of window element box in the canvas to the [winfo width] instead of [winfo reqwidth] to support the -clip option (since the borderless frame usually has zero requested size).
* Replaced use of deprecated treectrl option -defaultstyle with new column ↵treectrl2006-11-054-10/+13
| | | | option -itemstyle.
* Double-clicking a folder goes to that folder. Added ".." folder to go to the ↵treectrl2006-11-011-5/+59
| | | | parent directory.
* Added spreadsheet-like selection.treectrl2006-10-311-21/+100
|
* Cosmetic changes, plus toggle the checkbuttons when clicked.treectrl2006-10-281-30/+47
|
* Changed -justification of Delete and Bounce columns.treectrl2006-10-281-3/+3
|
* Remove some unnecessary configuration.treectrl2006-10-281-2/+1
|
* Try the new -uniform and -weight column options.treectrl2006-10-281-4/+7
|
* Stop using deprecated commands.treectrl2006-10-283-6/+6
|
* Remove rowlabels.treectrl2006-10-142-164/+2
|
* Added a right-locked column.treectrl2006-10-141-13/+47
|
* Rearranged the "Debug" right-click menu.treectrl2006-10-141-16/+29
| | | | Added zoom radiobuttons to the loupe window (renamed to TreeCtrl Magnifier).
* Use [item collapse] instead of deprecated [collpase].treectrl2006-10-141-2/+2
|
* New file to demonstrate the column option -lock.treectrl2006-10-111-0/+176
|
* Verify [console] command exists so demo can be run in a slave interp.treectrl2006-10-111-10/+66
| | | | | | | | | <Control-Shift-ButtonXXX> bindings will drag the marquee and redraw the selected area. Added -drawcolor to [debug configure]. Added -displaydelay to Debug right-click menu. Added -lock to column right-click menu. Added "Column Locking" demo. The loupe window is now hidden by default, and hiding it will cancel the "after" command. It can be displayed via the main menu.
* 2 nitpicks.treectrl2006-10-111-2/+5
|
* New file.treectrl2006-10-041-0/+145
|
* Use the window element -clip option.treectrl2006-10-041-4/+13
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-048-47/+47
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-11/+41
| | | | | | Added rowlabels demo. Added -columnrsizemode, -showrowlabels, -rowlabelresize to right-click menu. Use -columnbreak option on the column and span menus.
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-5/+4
| | | | ttk::entry is no longer imported since it fubars the library text-editing code.
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-045-32/+31
|
* Clip window elements.treectrl2006-09-271-14/+39
| | | | Use Tile if available.
* Moved check for Tile from firefox.tcl.treectrl2006-09-271-1/+9
|
* Nitpick.treectrl2006-09-271-5/+6
|
* Moved check for Tile to demo.tcl.treectrl2006-09-271-31/+114
| | | | Clip window elements.
* Disable mouse tracking when the initial click activates the name-editing entry.treectrl2006-09-241-1/+3
|
* Replace clunky block of code with [item descendants].treectrl2006-09-242-37/+5
|
* Use tags to group related items rather than checking their depth.treectrl2006-09-241-12/+12
|
* New demo "My Computer" shows off disabled items.treectrl2006-09-161-0/+115
|
* Clear the "enabled" state of header items in the property list so they can't ↵treectrl2006-09-161-2/+3
| | | | be selected and keyboard navigation skips over them.
* Added "My Computer" demo.treectrl2006-09-161-2/+5
| | | | Restore the default font when preparing the list for the next demo.
* Bumped version to 2.1.1.treectrl2006-09-051-10/+15
| | | | | Removed unused proc. Resize image when loupe window is resized.
* Add column-span demo.treectrl2006-07-112-1/+71
|