Re: NSWindow z-depth
Re: NSWindow z-depth
- Subject: Re: NSWindow z-depth
- From: Jens Alfke <email@hidden>
- Date: Wed, 2 Apr 2008 07:51:05 -0700
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 (email@hidden)
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:
This email sent to email@hidden