Re: NSView -reshape method
Re: NSView -reshape method
- Subject: Re: NSView -reshape method
- From: Ariel Feinerman <email@hidden>
- Date: Tue, 2 Feb 2010 01:18:12 +0200
Graham,
my implementation
- (void) setFrame: (NSRect) frame {
[super setFrame: frame];
// set sizes
}
2010/2/2 Graham Cox <email@hidden>
>
> On 02/02/2010, at 9:49 AM, Ariel Feinerman wrote:
>
> > is there NSView method, maybe delegate, that is called only when a view
> is
> > changed size
>
>
> -setFrame:
>
> --Graham
>
>
> --
best regards
Ariel
_______________________________________________
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