summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* New -draw per-state option for all element types (except window).treectrl2005-06-023-4/+84
|
* Change to UNIX EOL. Added CVS $Id$ tag.treectrl2005-05-271-400/+401
|
* New option -columnresizemode.treectrl2005-05-274-4/+39
|
* Try to give a clearer description of the -backgroundmode option.treectrl2005-05-243-73/+91
| | | | | Note that only 1 line of text is allowed under Aqua when -usetheme is true. Fiddle with descriptions of -tag, -width and -widthhack column options.
* Described changes to treectrl -backgroundmode option.treectrl2005-05-241-0/+16
| | | | Described changes to column -background option.
* New file describing changes since the last version.treectrl2005-05-231-0/+380
|
* Added -columnprefix and -itemprefix options.treectrl2005-05-233-268/+662
| | | | | | Added "column dragcget" and "column dragconfigure" commands. Added all the dynamic events generated by the library scripts. Added example of <ColumnDrag-receive>.
* New column options -maxwidth and -resize.treectrl2005-05-223-10/+42
|
* New column description "tree".treectrl2005-05-173-7/+33
| | | | New text element option "-textvariable".
* New style layout option -indent (experimental).treectrl2005-05-143-65/+83
| | | | Alphabetized style layout options.
* Bump version to 2.0 because of API changes.treectrl2005-05-133-416/+818
| | | | | | | | | | | | | | | | | | | | New "column configure all" syntax. New "column compare" command. Return value of "column create" is unique identifier. New "column delete all" syntax. Deprecated "column index". New command "column id". New command "column list". New command "column order". Deprecated "compare". Deprecated "index". New command "item compare". New command "item count". New command "item id". New command "item order" (replaces old "item index"). Deprecated "numcolumns" and "numitems". Added section COLUMN DESCRIPTION. Added section EXAMPLES with examples of column/item descriptions.
* Replaced -XXXbuttonXXX with -buttonbitmap, -buttonimage.treectrl2005-05-113-214/+494
| | | | | | | | | New -minitemheight and -usetheme treectrl options. New -arrowpadx, -arrowpady, -arrowbitmap, -arrowimage, -state, -textlines column options. Removed -relief and -sunken column options. Added PER-STATE OPTIONS section. New "window" element type. New <ItemDelete> event.
* Document new syntax for "notify install", "notify uninstall" and "notify ↵treectrl2005-03-293-433/+636
| | | | | | | | linkage" as well as deprecating old-style syntax. New percentsCommand argument to "notify generate". New %P and %? %-substitution characters. New "DYNAMIC EVENTS" section to describe use of "notify install", "notify generate", and percentsCommand.
* Minor nitpicks.treectrl2005-03-211-6/+6
|
* Document -backgroundimage option.treectrl2005-01-033-4/+29
|
* Update version to 1.1.treectrl2004-08-133-10/+10
|
* Deprecate the "T expand/collapse/toggle" commands.treectrl2004-08-113-287/+329
| | | | Document the "T item expand/collapse/toggle" commands.
* New "item state forcolumn" command.treectrl2004-08-093-128/+169
| | | | New "-squeeze" column option.
* Update docs for "item create", "item cget", "item configure", "dragimage ↵treectrl2004-07-303-408/+507
| | | | visible" etc.
* Document -defaultstyle widget option and "column create" command. Various ↵treectrl2004-07-263-824/+906
| | | | changes.
* added description of new -element option of item sort widget command.krischan2003-01-064-13/+38
|
* Described the leading ~ of the "item state set" widget command.krischan2003-01-043-19/+25
|
* - Described -columnproxy widget option.krischan2003-01-043-276/+346
| | | | | | - Corrected description of item sort widget command. - Give correct default value for -indent option. - Some improvements in coding the man format
* HTML manual generated from treectrl.mankrischan2003-01-021-0/+2825
|
* Now generated from treectrl.mankrischan2003-01-021-539/+1007
|
* Master source for manual in tcllib's doctool format, which can bekrischan2003-01-021-0/+2254
| | | | transformed by mpexpand into various formats, i.e. nroff or html.
* - fixed buggy font assignments.krischan2003-01-021-5/+5
|
* - added description of new state linkage widget command.krischan2003-01-021-18/+11
| | | | - changed pad options
* added description of new state linkage widget command.krischan2003-01-021-1/+7
|
* Big padx and pady patch.treectrl2003-01-021-43/+36
|
* - new syntax of "item state" widget commandkrischan2002-12-312-20/+34
| | | | - changed argument of "notify generate" widget command
* - Added a paragraph about orientation to DESCRIPTION section.krischan2002-12-301-41/+89
| | | | | | | - corrected some statements about things in horizontal orientation. - described field arguments to percentcommand. - new sections DEFAULT BINDINGS and SEE ALSO (I think the nroff doc is ready now...)
* new options for columnskrischan2002-12-301-1/+6
|
* - Added new options of columns to COLUMNS description.krischan2002-12-301-16/+136
| | | | | | | - New section EVENTS AND SCRIPT BINDINGS. - Noted all event generations. - Tag of tail column is tail and cannot be changed. - new optional argument percentCommand for notify install event
* - Added description of notify widget commandkrischan2002-12-291-3/+126
| | | | - corrected description of state undefine widget command.
* Added column index, column move, and column neededwidthkrischan2002-12-291-0/+6
|
* Added description of dragimage widget command.krischan2002-12-281-1/+73
|
* Added dscriptions of widget commands contentbox, debug, and identifykrischan2002-12-281-1/+113
|
* - Added subcommands index, move, and neededwidth of widget command column.krischan2002-12-281-4/+37
| | | | | - Added widget command numcolumns - Added description of tail column to section COLUMNS
* - Added description of "column" widget command.krischan2002-12-271-3/+190
| | | | - Added a section about COLUMNS including their options.
* - Added descriptions of widget commands depth, numitems, orphans, range, seekrischan2002-12-271-11/+60
| | | | - Corrected descriptions of widget commands collapse, expand, and toggle.
* Added tests of selection widget command.krischan2002-12-271-1/+59
|
* Added description of marquee widget commandkrischan2002-12-261-3/+93
|
* - Extended DESCRIPTION section.krischan2002-12-261-14/+157
| | | | | | - added activate, canvasx/y, collapse, compare, expand,, item state, state, and toggle widget command descriptions - new section STATES.
* Sorted descriptions of item widget command alphabetically.krischan2002-12-241-58/+58
|
* Man page for treectrl.krischan2002-12-241-0/+1097
| | | | | | Describes currently the options of the widget, the itemDesc argument, and the widget commands element, style and item.
* Macro file for nroff man pages (copy from Tcl)krischan2002-12-241-0/+236
|
* Initial revisiontreectrl2002-12-171-0/+415