summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/ctlscan.py
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2001-12-13 21:24:37 (GMT)
committerJust van Rossum <just@letterror.com>2001-12-13 21:24:37 (GMT)
commit7ec1c85d7a87e1aff699421d741be8dfca2adee9 (patch)
tree92adb66b6f484d5a3950f0e68e1e6633d1169d41 /Mac/Modules/ctl/ctlscan.py
parentf36cfef1ae513a5b123a3dc3c06e5a0271fb10ed (diff)
downloadcpython-7ec1c85d7a87e1aff699421d741be8dfca2adee9.zip
cpython-7ec1c85d7a87e1aff699421d741be8dfca2adee9.tar.gz
cpython-7ec1c85d7a87e1aff699421d741be8dfca2adee9.tar.bz2
- "manage" controls created by CreateXxxXxxControl() functions.
- FindControlUnderMouse() returns an existing control, not a new one.
Diffstat (limited to 'Mac/Modules/ctl/ctlscan.py')
-rw-r--r--Mac/Modules/ctl/ctlscan.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/ctl/ctlscan.py b/Mac/Modules/ctl/ctlscan.py
index de7353c..d78cb5f 100644
--- a/Mac/Modules/ctl/ctlscan.py
+++ b/Mac/Modules/ctl/ctlscan.py
@@ -45,6 +45,7 @@ class MyScanner(Scanner):
def makeblacklistnames(self):
return [
+ 'FindControlUnderMouse', # Generated manually, returns an existing control, not a new one.
'DisposeControl', # Generated manually
'KillControls', # Implied by close of dialog
'SetCtlAction',