Re: NSTextView
Re: NSTextView
- Subject: Re: NSTextView
- From: Graham Cox <email@hidden>
- Date: Thu, 07 Jun 2012 14:13:48 +1000
On 07/06/2012, at 2:00 PM, koko wrote:
> Got it …
>
> [m_clipView scrollToPoint:m_origin];
> [m_scrollView reflectScrolledClipView:m_clipView];
No you haven't. Look at what NSTextView inherits.....
Actually, there is a method in NSText which is more direct - [NSText scrollRangeToVisible:];
--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