Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Types and Constants
Cyberdog Display Parts


Window Positioning Hint Structure

The CDWindowPositionHint data type represents window positioning information for a Cyberdog display part. Cyberdog can write a window positioning hint structure to a Cyberdog display part's storage unit prior to calling the part's Open method to give the display part information about where to open its window.

struct CDWindowPositionHint
{
   WindowPtr behindWindow;
   Point windowPosition;
};
Field Description
behindWindow
A pointer to the window behind which the Cyberdog display part should open. A value of -1 indicates that the display part should open in front.
windowPosition
The point where the window should be positioned.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996