mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1.
This commit is contained in:
parent
d60069cf2e
commit
24c353144a
3 changed files with 147 additions and 17 deletions
|
|
@ -61,6 +61,18 @@ class MyScanner(Scanner):
|
|||
'SetDisclosureTriangleLastValue',
|
||||
# Unavailable in CW Pro 3 libraries
|
||||
'SetUpControlTextColor',
|
||||
# Unavailable in Jack's CW Pro 5.1 libraries
|
||||
'GetControlRegion',
|
||||
'RemoveControlProperty',
|
||||
'IsValidControlHandle',
|
||||
'SetControl32BitMinimum',
|
||||
'GetControl32BitMinimum',
|
||||
'SetControl32BitMaximum',
|
||||
'GetControl32BitMaximum',
|
||||
'SetControl32BitValue',
|
||||
'GetControl32BitValue',
|
||||
'SetControlViewSize',
|
||||
'GetControlViewSize',
|
||||
# Generally Bad News
|
||||
'GetControlProperty',
|
||||
'SetControlProperty',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue