summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeTheme.c
Commit message (Collapse)AuthorAgeFilesLines
* TreeTheme_DrawHeaderArrow implemented on WinXP to draw an arrow that looks ↵treectrl2005-07-071-4/+49
| | | | | | like Explorer's. TreeTheme_GetArrowSize added.
* Cache the size of the expand/collapse button under XP for a massive speedup ↵treectrl2005-06-301-1/+20
| | | | of item layout.
* Use COLUMN_STATE_XXX macros for readability.treectrl2005-05-221-14/+25
| | | | Replace kThemeStateRollover with kThemeStateActive. I don't think the rollover state is supported.
* Add "int arrow" arg to 2 routines to allow Appearance Manager to draw sort ↵treectrl2005-05-221-21/+29
| | | | | | arrow under Aqua. Fix drawing location of headers and open/close buttons under Aqua.
* Aqua list headers have a fixed height. Guess the correct state.treectrl2005-05-211-4/+16
|
* Use Appearance Manager to draw list header and open/close buttons. *** ↵treectrl2005-05-201-2/+131
| | | | Hasn't been compiled yet. ***
* Removed some dbwin() calls.treectrl2005-05-131-4/+1
|
* Changed name of assoc data from TreeTheme to TreeCtrlTheme for consistency ↵treectrl2005-05-101-2/+2
| | | | with other calls to Tcl_SetAssocData.
* * generic/tkTreeTheme.c: correct headers to build on unix and usehobbs22005-05-021-6/+11
| | | | of c++-style var decls.
* Initial import of Theme API file.treectrl2005-05-011-0/+657