• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSWindow z-depth
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >NSWindow z-depth (From: "Mike R. Manzano" <email@hidden>)

  • Prev by Date: Re: Accessing a windows share
  • Next by Date: Re: activate my application while dragging on other application window
  • Previous by thread: NSWindow z-depth
  • Next by thread: Modifying the clip view before scrolling.
  • Index(es):
    • Date
    • Thread