summaryrefslogtreecommitdiffstats
path: root/demos/style-editor.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Add -draw and -visible style layout options.treectrl2007-01-211-1/+8
| | | | Force -visible to true when copying layout options to the canvas.
* Whitespace police.treectrl2006-12-091-3/+3
|
* Use named fonts DemoFontBold and DemoFontUnderline.treectrl2006-12-041-2/+2
|
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-5/+4
|
* Make sure it works when -itemprefix and/or -columnprefix are specified.treectrl2006-11-151-40/+37
|
* Copy item states when displaying the current style in the canvas.treectrl2006-11-091-1/+11
|
* 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).
* Stop using deprecated commands.treectrl2006-10-281-2/+2
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-5/+5
|
* 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 RCS $Id$ tags.treectrl2005-07-111-0/+2
|
* Added titles to each group of options, mostly to show off the new column ↵treectrl2005-07-101-20/+68
| | | | spanning support.
* Don't update the Style Editor window if it isn't mapped.treectrl2005-07-051-1/+3
|
* Stopped window being destroyed when it was closed.treectrl2005-06-291-0/+1
|
* Added scrollbars the the canvas.treectrl2005-06-151-110/+64
| | | | | | Position the toplevel at the top-right of the screen. Add <Return> bindings to spinboxes to "activate" them. Don't create/destroy the treectrl used by the canvas code every time.
* Initial import of style layout editor.treectrl2005-06-131-0/+832