summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox/Dragconst.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-12-13 16:05:47 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-12-13 16:05:47 (GMT)
commita4deef82d5b5d68bf02f6950021741502849fd47 (patch)
tree5f200bfad495e7aa0ff08570a53b8b660e424f84 /Mac/Lib/lib-toolbox/Dragconst.py
parent30f208047530436d191178314f32ba63dc065df4 (diff)
downloadcpython-a4deef82d5b5d68bf02f6950021741502849fd47.zip
cpython-a4deef82d5b5d68bf02f6950021741502849fd47.tar.gz
cpython-a4deef82d5b5d68bf02f6950021741502849fd47.tar.bz2
C-style comments removed (again).
AE stuff got some extra definitions (don't know why these weren't checked in).
Diffstat (limited to 'Mac/Lib/lib-toolbox/Dragconst.py')
-rw-r--r--Mac/Lib/lib-toolbox/Dragconst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/Dragconst.py b/Mac/Lib/lib-toolbox/Dragconst.py
index 00f90bc..ee54806 100644
--- a/Mac/Lib/lib-toolbox/Dragconst.py
+++ b/Mac/Lib/lib-toolbox/Dragconst.py
@@ -31,7 +31,7 @@ flavorTypeDirectory = FOUR_CHAR_CODE('diry')
kFlavorTypeClippingName = FOUR_CHAR_CODE('clnm')
kFlavorTypeClippingFilename = FOUR_CHAR_CODE('clfn')
kFlavorTypeDragToTrashOnly = FOUR_CHAR_CODE('fdtt')
-kFlavorTypeFinderNoTrackingBehavior = FOUR_CHAR_CODE('fntb') /* Finder completely ignores any drag containing this flavor*/
+kFlavorTypeFinderNoTrackingBehavior = FOUR_CHAR_CODE('fntb')
kDragTrackingEnterHandler = 1
kDragTrackingEnterWindow = 2
kDragTrackingInWindow = 3