summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-1/+2
| | | | | * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-101-1/+2
| | | | 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.
* 1999-07-30 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-07-311-1/+4
| | | | * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446]
* modified files to work with new windows Makefilessurles1999-06-161-1/+3
|
* * generic/tkStubLib.c:stanton1999-05-251-11/+130
| | | | | | | | | | * generic/tkStubInit.c: * generic/tkIntXlibDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkConsole.c: Various changes to try to get the Mac builds working.
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-281-1/+3
| | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar)
* merged 8.1.0 changes into mainlinestanton1999-04-241-334/+386
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-12/+96
|
* added reserved slot for use by the dash patchstanton1999-03-121-138/+140
|
* Merge changes in 8.1 into 8.0.6, specifically we should be exportingredman1999-03-101-93/+95
| | | | XCreateBitmapFromData() from the Xlib code.
* integrated stubs into 8.0 main branchstanton1999-03-101-0/+649