summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDraw.c
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tkUnixDraw.c (TkScrollWindow): Replaced a use of a trinaryericm2000-07-201-2/+6
| | | | | operator with an if/else, to avoid build problems on some platforms [Bug: 5819].
* * win/tkWinDraw.c:hobbs1999-09-021-10/+9
| | | | | | | * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-101-1/+34
| | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring.
* integrated stubs into 8.0 main branchstanton1999-03-101-1/+5
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+171