- "manage" controls created by CreateXxxXxxControl() functions.

- FindControlUnderMouse() returns an existing control, not a new one.
This commit is contained in:
Just van Rossum 2001-12-13 21:24:37 +00:00
parent f36cfef1ae
commit 7ec1c85d7a
3 changed files with 67 additions and 48 deletions

View file

@ -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',