On 1 Apr '08, at 11:16 PM, Mike R. Manzano wrote:
Is there a way to get a window's z-depth in relation to my app's other windows?

NSWindowList
Gets information about onscreen windows.

void NSWindowList (
   NSInteger size,
   NSInteger list[]
);

Discussion
Provides an ordered list of all onscreen windows. It fills list with up to size window numbers; the order of windows in the array is the same as their order in the window server’s screen list (their front-to- back order on the screen). Use the count obtained by NSCountWindows to specify the size of the array for NSWindowList.

Availability
        • Available in Mac OS X v10.0 and later.
Declared InNSGraphics.h

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to