mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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)
|
return control.GetControlData_Handle(part, selector)
|
||||||
|
|
||||||
_accessdict = {
|
_accessdict = {
|
||||||
kControlPopupButtonMenuHandleTag: (SetControl_DataHandle, GetControlData_Handle),
|
kControlPopupButtonMenuHandleTag: (SetControlData_Handle, GetControlData_Handle),
|
||||||
}
|
}
|
||||||
|
|
||||||
_codingdict = {
|
_codingdict = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue