diff options
author | hobbs <hobbs> | 2001-11-10 00:58:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-10 00:58:51 (GMT) |
commit | d1b8e1178cde9bd9858bd427a2dcc665ad903152 (patch) | |
tree | c9f7b72e38056d27ab878e183527d70a558529f5 /win/rc/wish.exe.manifest | |
parent | ee3ea0d53f192b513fb7274babd79e1357ba7316 (diff) | |
download | tk-d1b8e1178cde9bd9858bd427a2dcc665ad903152.zip tk-d1b8e1178cde9bd9858bd427a2dcc665ad903152.tar.gz tk-d1b8e1178cde9bd9858bd427a2dcc665ad903152.tar.bz2 |
* win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.
* win/rc/tk.rc:
* win/rc/wish.rc:
* win/rc/wish.exe.manifest: added resources that specify using v6
of the MS Common Controls library when available (WinXP+). This
enables use of the themeable widgets (like scrollbars) to be used
in Tk. [Patch #478933]
Diffstat (limited to 'win/rc/wish.exe.manifest')
-rw-r--r-- | win/rc/wish.exe.manifest | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/win/rc/wish.exe.manifest b/win/rc/wish.exe.manifest new file mode 100644 index 0000000..424000f --- /dev/null +++ b/win/rc/wish.exe.manifest @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> +<assemblyIdentity + version="8.4.0.4" + processorArchitecture="X86" + name="Tcl.Tk.wish" + type="win32" +/> +<description>Tcl/Tk windowing shell (wish)</description> +<dependency> +<dependentAssembly> +<assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="X86" + publicKeyToken="6595b64144ccf1df" + language="*" +/> +</dependentAssembly> +</dependency> +</assembly> |