• 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 tell if first responder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to tell if first responder


  • Subject: Re: How to tell if first responder
  • From: Allan Odgaard <email@hidden>
  • Date: Wed, 12 May 2004 15:35:22 +0200

On 12. May 2004, at 15:07, Bjvrn Carlstrvm wrote:

[...] How can I tell if a view is the first responder [...]

NSWindow* win = [self window];
if([win isKeyWindow] && [win firstResponder] == self)
...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >How to tell if first responder (From: Björn Carlström <email@hidden>)

  • Prev by Date: Re: How to tell if first responder
  • Next by Date: Corrupt Project Index in XCode [Was "What in the world?"]
  • Previous by thread: Re: How to tell if first responder
  • Next by thread: Re: How to tell if first responder
  • Index(es):
    • Date
    • Thread