• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Feb-2016-

rc/H03-May-2022-304266

Makefile.inH A D09-Feb-201621.6 KiB736522

READMEH A D23-Oct-2015904 2216

aclocal.m4H A D09-Feb-201624 21

buildall.vc.batH A D23-Oct-20152.9 KiB10885

configureH A D09-Feb-2016172 KiB6,0314,833

configure.inH A D09-Feb-20168.8 KiB295168

license.termsH A D23-Oct-20152.2 KiB4035

makefile.bcH A D23-Oct-201516.7 KiB536347

makefile.vcH A D23-Oct-201532.6 KiB1,038685

mkd.batH A D23-Oct-2015115 136

nmakehlp.cH A D30-Nov-201517.1 KiB698438

rmd.batH A D23-Oct-2015269 2113

rules.vcH A D23-Oct-201519.3 KiB717633

stubs.cH A D23-Oct-20155.2 KiB407353

tcl.m4H A D09-Feb-201637.1 KiB1,2881,177

tkConfig.sh.inH A D09-Feb-20162.9 KiB8867

tkWin.hH A D23-Oct-20153 KiB9038

tkWin32Dll.cH A D23-Oct-20157 KiB297119

tkWin3d.cH A D23-Oct-201516.1 KiB574311

tkWinButton.cH A D23-Oct-201536.8 KiB1,308719

tkWinClipboard.cH A D23-Oct-201510.3 KiB453221

tkWinColor.cH A D23-Oct-201516 KiB618309

tkWinConfig.cH A D23-Oct-20151.4 KiB6519

tkWinCursor.cH A D23-Oct-20156.4 KiB272125

tkWinDefault.hH A D23-Oct-201516.8 KiB529417

tkWinDialog.cH A D23-Oct-201553.3 KiB1,9701,134

tkWinDraw.cH A D23-Oct-201534.8 KiB1,395786

tkWinEmbed.cH A D30-Nov-201529.8 KiB1,112428

tkWinFont.cH A D23-Oct-201580.8 KiB2,7631,437

tkWinImage.cH A D23-Oct-201516.5 KiB699429

tkWinInit.cH A D23-Oct-20153.8 KiB15766

tkWinInt.hH A D23-Oct-20157.7 KiB292147

tkWinKey.cH A D23-Oct-201519.5 KiB758363

tkWinMenu.cH A D23-Oct-201593.3 KiB3,4012,043

tkWinPixmap.cH A D23-Oct-20155.8 KiB252135

tkWinPointer.cH A D23-Oct-201511.5 KiB533211

tkWinPort.hH A D23-Oct-20152.6 KiB12558

tkWinRegion.cH A D23-Oct-20156 KiB289109

tkWinScrlbr.cH A D21-Jan-201618.6 KiB743372

tkWinSend.cH A D23-Oct-201525.2 KiB1,050540

tkWinSendCom.cH A D23-Oct-201511 KiB463287

tkWinSendCom.hH A D23-Oct-20151.4 KiB6224

tkWinTest.cH A D23-Oct-201513.3 KiB508347

tkWinWindow.cH A D23-Oct-201519 KiB827350

tkWinWm.cH A D23-Oct-2015230.7 KiB8,6474,819

tkWinX.cH A D23-Oct-201549.6 KiB2,0231,032

ttkWinMonitor.cH A D23-Oct-20154.3 KiB159121

ttkWinTheme.cH A D23-Oct-201521.7 KiB734548

ttkWinXPTheme.cH A D30-Nov-201538.8 KiB1,325931

winMain.cH A D23-Oct-20157.9 KiB337129

wish.exe.manifest.inH A D23-Oct-20151.6 KiB5448

README

1Tk 8.5 for Windows
2
3Originally by Scott Stanton while at Sun Microsystems Labs
4
5This is the directory where you configure and compile the Windows
6version of Tk.  This directory also contains source files for Tk
7that are specific to Microsoft Windows.  The rest of this file
8contains information specific to the Windows version of Tk.
9
10Please see the README and win/README files that come with the
11associated Tcl release for an extensive set of pointers to
12documentation.  You will need to obtain and compile the
13Tcl release before using the Tk source distrition.
14
15If you install the Tk sources next to the Tcl sources, then
16the Tk Makefiles (e.g., makefile.vc for VC++) will properly
17locate the necessary Tcl files.  Otherwise you may need to
18edit makefile.vc and adjust the path to Tcl accordingly.
19
20Information about compiling for windows is maintained at:
21    http://www.tcl.tk/doc/howto/compile.html
22