summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * demos/demo.tcl: just check for 'loupe' to run loupe demohobbs22005-09-251-3/+2
| | | | | * generic/tkTreeCtrl.c (LoupeCmd): add Win32 code to enable loupe functionality on Windows.
* Use [tk windowingsystem] to determine the platform. (to support my SDL ↵treectrl2005-09-071-3/+16
| | | | | | | version of Tk). Picked a better color for SystemHighlight* under X11. Changed X11 font to "Helvetica -12" from "Helvetica 12".
* Bumped version to 2.1.treectrl2005-07-231-2/+2
|
* Set -columnresizemode to realtime on X11.treectrl2005-07-161-3/+4
| | | | Use a smaller font in Source Window on X11.
* Wrap a bunch of lines.treectrl2005-07-161-21/+41
| | | | Set -highlightthickness to zero for child windows to improve appearance on X11.
* Remove newlines in message on unix/mac because unix messagebox already wraps ↵treectrl2005-07-161-4/+8
| | | | lines (unlike windows). Not sure if mac wraps lines.
* Don't set -font to Courier 8 in the Events Browser, it is too small on X11.treectrl2005-07-151-8/+7
| | | | | | Tweak style layout in Events Browser so text lines up. Set default font under X11 to Helvetica 12 not 16. Looks good under Cygwin/X11 anyhow. DemoClear: clear the -itemwidth, -itemwidthequal, and -itemwidthmultiple options.
* 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.
* Mark the first window created as free after getting its height.treectrl2005-07-151-1/+3
|
* Removed unused variable declaration.treectrl2005-07-121-2/+1
|
* TagIdentify bindtag is used so the Identify Window updates even when the ↵treectrl2005-07-121-7/+26
| | | | | | mouse is over child windows. DemoClear resets the -cursor option.
* Set -showbuttons to false, allow click anywhere in item to toggle it ↵treectrl2005-07-121-6/+41
| | | | | | open/closed. Change cursor to hand2 to indicate toggle is allowed. Add bindings to child windows to make Identify Window updates work.
* Added RCS $Id$ tags.treectrl2005-07-1115-107/+158
|
* New demo shows 2 techniques for creating lists with large numbers of items ↵treectrl2005-07-101-0/+326
| | | | (i.e., using <Expand-before> and <ItemVisibility>).
* Added titles to each group of options, mostly to show off the new column ↵treectrl2005-07-101-20/+68
| | | | spanning support.
* Gave elements, styles, and columns meaningful names.treectrl2005-07-101-59/+64
| | | | Use the -count option to [item create].