Important: The information in this document is obsolete and should not be used for new development.
Window Positioning Hint Structure
TheCDWindowPositionHintdata 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'sOpenmethod 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.