summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeCtrl.h
Commit message (Collapse)AuthorAgeFilesLines
* PerStateInfo_Undefine changed to return indication of whether anything was ↵treectrl2005-06-041-4/+4
| | | | modified.
* Added boolean PerStateType.treectrl2005-06-021-1/+4
|
* New option -columnresizemode.treectrl2005-05-271-1/+2
|
* Changed -backgroundmode constants.treectrl2005-05-241-4/+13
| | | | Declared Tree_DrawBitmapXXX.
* Added isActive flag to TreeCtrl to track <Activate>/<Deactivate> events on ↵treectrl2005-05-221-1/+5
| | | | Win32 and Mac.
* Various declarations.treectrl2005-05-221-4/+8
|
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to ↵treectrl2005-05-191-9/+1
| | | | Apple's Tiger patches.
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-1/+14
|
* Experimental hacks to allow -detach elements to appear under the button/line ↵treectrl2005-05-141-1/+6
| | | | area using new layout option -indent.
* -treecolumn requires real column or "", not an int.treectrl2005-05-131-12/+21
| | | | itemPrefix, columnPrefix, nextColumnId added.
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-25/+2
|
* Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and ↵treectrl2005-05-101-25/+148
| | | | | | | | | -closedbuttonimage with per-state options -buttonbitmap and -buttonimage. Added -minitemheight option. Drag-and-drop column reordering now supported. Added "columndrag" command. Moved PerState stuff from tkTreeElem.h. Various declarations.
* Bumped copyright to 2005.treectrl2005-05-011-3/+22
| | | | | Added -usetheme option. Various declarations for Theme API.
* New -showrootlines config option.treectrl2005-03-291-1/+4
| | | | Declare TreeItem_NextSiblingVisible.
* * Makefile.in, generic/tkTreeCtrl.h: OS X patch fromhobbs22005-03-251-1/+9
| | | | | * configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new):
* New -backgroundimage option.treectrl2005-01-031-1/+15
|
* Fiddle with declarations.treectrl2004-08-131-3/+5
|
* Added hash table for current selection.treectrl2004-08-111-1/+2
|
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-1/+26
| | | | | Support ITEM_ID_IS_STRING compile-time option. Declare STATIC_XXX() macros here.
* Add copyright.treectrl2004-07-301-3/+5
| | | | | Add Tk_OptionTable for items to TreeCtrl struct. Remove TreeItem_AllocXXX declarations, add TreeItem_Init().
* New "-defaultstyle" widget option.treectrl2004-07-261-2/+8
| | | | Remove Tree_CreateColumn() declaration.
* whitespace policehobbs22003-11-251-167/+186
|
* Added 'scan' command.treectrl2003-01-281-0/+5
|
* Some new public functions declared.treectrl2003-01-051-2/+7
| | | | | TreeElement type declared. New argument to TreeStyle_GetSortData.
* Declare TreeStyle_NumElements.treectrl2003-01-021-1/+2
| | | | Remove 20-element limit on TreeStyle_GetElemRects.
* Big padx and pady patch.treectrl2003-01-021-2/+13
|
* Extra arg to TreeStyle_ElementConfigure.treectrl2002-12-311-1/+1
|
* Declare StateFromObj.treectrl2002-12-311-0/+8
|
* Tree_ItemBbox returns result indicating success or failure.treectrl2002-12-291-1/+1
|
* Declare TreeStyle_ValidateElements.treectrl2002-12-291-0/+1
|
* -indent and -itemheight Tcl_Objs added. TreeItem_MoveColumn() declared.treectrl2002-12-231-0/+3
|
* Fix for missing dbwin.h headertreectrl2002-12-171-0/+5
|
* Initial revisiontreectrl2002-12-171-0/+488