• 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: How to find all clipping siblings for a view?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to find all clipping siblings for a view?


  • Subject: Re: How to find all clipping siblings for a view?
  • From: "Alexander Bokovikov" <email@hidden>
  • Date: Fri, 16 Apr 2010 16:16:34 +0600

On Friday, April 16, 2010 at 2:40 PM Norbert M. Doerner wrote:

NSView *rootView;
NSArray *mySubViews
rootView = [theWindow contentView];
mySubViews = [rootView subviews];

Thanks, it looks like I've found it. The only question is why Cocoa has no Z-order term? I've read in the doc that it is implicitly defined by the sequence of objects within the [rootView subviews], but it is not the Z-order itself, but the order in which objects are stored in the NIB file. I've tried it and it is working OK for my particular case.


Best regards,
Alexander


_______________________________________________

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


  • Follow-Ups:
    • Re: How to find all clipping siblings for a view?
      • From: Jens Alfke <email@hidden>
References: 
 >Re: How to find all clipping siblings for a view? (From: "Norbert M. Doerner" <email@hidden>)

  • Prev by Date: Re: program termination after releasing self defined NSXMLParser class
  • Next by Date: Re: How to empty the Trash programmatically?
  • Previous by thread: Re: How to find all clipping siblings for a view?
  • Next by thread: Re: How to find all clipping siblings for a view?
  • Index(es):
    • Date
    • Thread