Lines Matching refs:ID_CALLBACK_NAME
144 ID_CALLBACK_NAME, enumerator
293 ON_EN_KILLFOCUS(ID_CALLBACK_NAME, OnChangeCallbackName) in BEGIN_MESSAGE_MAP()
1330 AddEditControl("Allocator", mpInfo->callback_func, ID_CALLBACK_NAME); in AddTextInputProperties()
1354 AddEditControl("Allocator", mpInfo->callback_func, ID_CALLBACK_NAME); in AddMLTextInputProperties()
1500 AddEditControl("Callback Function", info->callback_func, ID_CALLBACK_NAME); in AddVerticalListProps()
1510 AddEditControl("Callback Function", info->callback_func, ID_CALLBACK_NAME); in AddHorizontalListProps()
1522 AddEditControl("Callback Function", info->callback_func, ID_CALLBACK_NAME); in AddDropListProps()
1611 AddEditControl("String Get Callback", mpInfo->callback_func, ID_CALLBACK_NAME); in AddStringScrollWheelProps()
1632 AddEditControl("Value Format Callback", mpInfo->callback_func, ID_CALLBACK_NAME); in AddNumericScrollWheelProps()
1639 AddEditControl("Callback Function", info->callback_func, ID_CALLBACK_NAME); in AddGenericScrollWheelProps()
1759 AddEditControl("Animation Callback", info->callback_func, ID_CALLBACK_NAME); in AddRadialSliderProps()
2446 CEdit *edit = (CEdit *)GetDlgItem(ID_CALLBACK_NAME); in OnChangeCallbackName()
2453 GetDlgItemText(ID_CALLBACK_NAME, name); in OnChangeCallbackName()
2471 SetDlgItemText(ID_CALLBACK_NAME, mpInfo->callback_func); in OnChangeCallbackName()
3889 GetDlgItemText(ID_CALLBACK_NAME, callback); in OnChangeStringScrollWheelProps()