Mac OS 9
SetupWindowProxyDragImageRec Struct Reference

#include <MacWindows.h>

Data Fields

GWorldPtr imageGWorld
 
RgnHandle imageRgn
 
RgnHandle outlineRgn
 

Detailed Description

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.

Field Documentation

◆ imageRgn

RgnHandle SetupWindowProxyDragImageRec::imageRgn

locked GWorld containing the drag image - output - can be NULL

◆ outlineRgn

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


The documentation for this struct was generated from the following file: