summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Updates for 2.1.treectrl2005-07-151-2/+628
|
* Give more complete/accurate description of each element configuration option.treectrl2005-07-153-630/+912
| | | | | | | Added -itemwidth, -itemwidthequal, -itemwidthmultiple treectrl options. Added [element perstate] command. Deprecated column -stepwidth and -widthhack options. Added <ItemVisibility> event.
* Deprecate [item element actual], renamed it to [item element perstate] and ↵treectrl2005-07-123-230/+289
| | | | | | describe it correctly. Added [item image].
* Updates for 2.1.treectrl2005-07-121-49/+1273
|
* Changed DESCRIPTION section a little.treectrl2005-07-113-586/+901
| | | | | | | | | | | | Deprecated and rewrote [item complex] description. List valid options to [item configure] since [item create] accepts many more. Listed new options to [item create]. [item element configure] expanded syntax with '+' and ',' arguments. New [item span] command. Tweaked [item style set] description. [item text] now returns a string for every column if no column is specified. Changed [notify bind] description since bindings on windows *are* automatically deleted now when a window is deleted. New [notify unbind] command.
* Fixed description of "item state get".treectrl2005-06-293-9/+9
|
* Changed references to old -open/closedbuttonimage/bitmap options.treectrl2005-06-223-10/+10
|
* Added "-sticky" style layout option.treectrl2005-06-133-4/+29
|
* Added "Style Layout Options" section.treectrl2005-06-131-3/+62
|
* Updated the descriptions of various style layout options.treectrl2005-06-133-56/+174
| | | | | Added the new min/max width/height style layout options. Added "-draw" option to the "window" element type.
* Command "item range" added, command "range" deprecated.treectrl2005-06-081-9/+17
|
* Command "item range" added, command "range" deprecated.treectrl2005-06-083-157/+182
| | | | <Edit-begin> and <Edit-end> added.
* New item description "end".treectrl2005-06-023-10/+43
| | | | | New column description "end". New "-destroy" option added to "window" element type.
* The quick brown fox jumps over the lazy dog.treectrl2005-06-021-401/+438
|
* 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
|