Changeset 15 for trunk/src/helpers/cnrh.c
- Timestamp:
- Dec 11, 2000, 8:54:20 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cnrh.c
r14 r15 1644 1644 * 1645 1645 * -- the container sends CN_INITDRAG ("real" d'n'd desired by user); 1646 * 1646 1647 * -- the container sends us CN_PICKUP (Alt+MB2 pressed); 1648 * 1647 1649 * -- the user has selected "Pickup" from a record core's 1648 1650 * context menu (ID_XSMI_FILETYPES_PICKUP command). … … 1674 1676 * -- ulItemID will be set to the preccDrag so that the target 1675 1677 * window can access the dragged record. 1678 * 1676 1679 * -- hstrSourceName == hstrTargetName gets the RECORDCORE.pszIcon. 1677 1680 * 1678 1681 * The drag icon will be a default system file icon. 1682 * 1683 * Preconditions: 1684 * 1685 * -- pszIcon must be set in the RECORDCORE. This is used for 1686 * the item source name. This must not be NULL. 1679 1687 */ 1680 1688
Note:
See TracChangeset
for help on using the changeset viewer.