|
Mac OS 9
|
#include <MacWindows.h>
Data Fields | |
| GWorldPtr | imageGWorld |
| RgnHandle | imageRgn |
| RgnHandle | outlineRgn |
SetupWindowProxyDragImageRec - setup the proxy icon drag image Both regions are allocated and disposed by the Window Manager. The GWorld is disposed of by the Window Manager, but the WDEF must allocate it. See Technote on Drag Manager 1.1 additions for more information and sample code for setting up drag images.
| RgnHandle SetupWindowProxyDragImageRec::imageRgn |
locked GWorld containing the drag image - output - can be NULL
| RgnHandle SetupWindowProxyDragImageRec::outlineRgn |
image clip region, contains the portion of the image which gets blitted to screen - preallocated output - if imageGWorld is NULL, this is ignored