mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
It's SetControlData_Handle, not SetControl_DataHandle.
This commit is contained in:
parent
14970bea8f
commit
441dea5f32
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ def GetControlData_Handle(control, part, selector):
|
|||
return control.GetControlData_Handle(part, selector)
|
||||
|
||||
_accessdict = {
|
||||
kControlPopupButtonMenuHandleTag: (SetControl_DataHandle, GetControlData_Handle),
|
||||
kControlPopupButtonMenuHandleTag: (SetControlData_Handle, GetControlData_Handle),
|
||||
}
|
||||
|
||||
_codingdict = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue