It's SetControlData_Handle, not SetControl_DataHandle.

This commit is contained in:
Jack Jansen 2001-01-22 14:49:28 +00:00
parent 14970bea8f
commit 441dea5f32
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {