diff options
author | das <das> | 2002-10-16 19:44:03 (GMT) |
---|---|---|
committer | das <das> | 2002-10-16 19:44:03 (GMT) |
commit | ff6a1ec7eaa5b8dab045068c4321868cf1865e38 (patch) | |
tree | a3de38595586e599fadda3d5a3812472f5108f3b /macosx/Wish.pbproj | |
parent | 3dfcc64d60f5d0a1018c5fe6ebd6f38db678e5bb (diff) | |
download | tk-ff6a1ec7eaa5b8dab045068c4321868cf1865e38.zip tk-ff6a1ec7eaa5b8dab045068c4321868cf1865e38.tar.gz tk-ff6a1ec7eaa5b8dab045068c4321868cf1865e38.tar.bz2 |
* macosx/Wish.pbproj/project.pbxproj: added TEXT document
type to plist so that files can be dragged onto Wish Shell.
* macosx/tkMacOSXInt.h:
* macosx/tkMacOSXInit.c:
* macosx/tkMacOSXFont.c: added private proc
TkMacOSXUseAntialiasedText() to enable/disable quickdraw
text antialiasing where available, default is enabled.
Added a linked boolean ::tk::mac::antialiasedtext with
write trace to allow control of antialiasing from tcl.
Diffstat (limited to 'macosx/Wish.pbproj')
-rw-r--r-- | macosx/Wish.pbproj/project.pbxproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/macosx/Wish.pbproj/project.pbxproj b/macosx/Wish.pbproj/project.pbxproj index dfe39a7..45ab708 100644 --- a/macosx/Wish.pbproj/project.pbxproj +++ b/macosx/Wish.pbproj/project.pbxproj @@ -2776,6 +2776,23 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>*</string> + </array> + <key>CFBundleTypeName</key> + <string>NSStringPboardType</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>TEXT</string> + </array> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + </array> <key>CFBundleExecutable</key> <string>Wish Shell</string> <key>CFBundleGetInfoString</key> |