mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
- "manage" controls created by CreateXxxXxxControl() functions.
- FindControlUnderMouse() returns an existing control, not a new one.
This commit is contained in:
parent
f36cfef1ae
commit
7ec1c85d7a
3 changed files with 67 additions and 48 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue