Re: Draw a nsview with nsbutton cell
Re: Draw a nsview with nsbutton cell
- Subject: Re: Draw a nsview with nsbutton cell
- From: Graham Cox <email@hidden>
- Date: Thu, 18 Oct 2012 17:45:27 +1100
On 18/10/2012, at 4:05 PM, Sanjay Arora <email@hidden> wrote:
> Is there a way I could draw my NSView with the how a NSButtonCell draws
> on NSButton.
>
> I mean I only want the drawing part of the NSButton to draw on my nsview
> all other NSButton actions/events should not work. I don't want to add
> NSButton as subview of my NSView however.
Instantiate a NSButtonCell and call its drawing methods from your view's drawRect:
--Graham
_______________________________________________
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