Re: nsbutton highlighting
Re: nsbutton highlighting
- Subject: Re: nsbutton highlighting
- From: Andreas Mayer <email@hidden>
- Date: Tue, 16 Mar 2004 03:34:44 +0100
Am 15.03.2004 um 12:00 schrieb Francisco Tolmasky:
Anyone know how to determine in an nsbutton subclass whether the
button is highlighted?
Yes. Ask the button's cell (which does the actual highlighting):
[[button cell] isHighlighted]
Any NSCell will answer to this.
Andreas
_______________________________________________
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.