summaryrefslogtreecommitdiffstats
path: root/demos/firefox.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Stop using deprecated commands.treectrl2006-10-281-2/+2
|
* Use [item collapse] instead of deprecated [collpase].treectrl2006-10-141-2/+2
|
* 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.
* Moved check for Tile to demo.tcl.treectrl2006-09-271-31/+114
| | | | Clip window elements.
* Wrap a bunch of lines.treectrl2005-07-161-21/+41
| | | | Set -highlightthickness to zero for child windows to improve appearance on X11.
* Removed unused variable declaration.treectrl2005-07-121-2/+1
|
* Added RCS $Id$ tags.treectrl2005-07-111-15/+20
|
* Fixed typo in comment.treectrl2005-06-291-2/+1
| | | | Removed unused eText2 element.
* Hide eRectTop using the -draw option instead of specifying empty values for ↵treectrl2005-06-131-5/+6
| | | | | | the -fill and -outline options. Use -iexpand x instead of -iexpand e because it is the display area I want to expand, not the padding.
* Use "window" element type's new -destroy option to destroy associated window ↵treectrl2005-06-021-0/+4
| | | | when element is deleted.
* Use Tile package if available for buttons and comboboxes.treectrl2005-05-281-28/+61
|
* Added double-click binding.treectrl2005-05-171-0/+9
|
* 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.
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-22/+24
|
* Added missing demo.treectrl2005-05-111-0/+251