Re: How to tell if first responder
Re: How to tell if first responder
- Subject: Re: How to tell if first responder
- From: Scott Little <email@hidden>
- Date: Wed, 12 May 2004 15:43:26 +0200
Bjvrn,
if ([[self window] firstResponder] == self) {
// this view is the firstResponder
}
scott
Quoting Bjvrn Carlstrvm <email@hidden>:
>
This might seem like a simple question but I can't find the answer
>
anywhere in the documentation. When drawing a custom view, i want to
>
draw highlights differently if it is the first responder. How can I
>
tell if a view is the first responder from its drawRect: method?
>
_______________________________________________
>
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.
>
>
--
Scott Little
_______________________________________________
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.