Re: First-responder action in TextEdit
Re: First-responder action in TextEdit
- Subject: Re: First-responder action in TextEdit
- From: Todd Ransom <email@hidden>
- Date: Sat, 22 Jul 2006 10:17:34 -0600
MultiplePageView is a subclass of NSView so it already has a place
for them, -[NSView subviews]. There is no need for MultiplePageView
to override that method as NSView's implementation already does what
it needs. New pages are added and removed by the Document class in
response to messages from the layout manager using the addPage and
removePage methods.
Todd Ransom
Return Self Software
http://returnself.com
On Jul 21, 2006, at 12:42 PM, email@hidden wrote:
MultiplePageView is just a container for a series of NSTextViews. The
copy action is implemented in NSTextView.
But then, how is this series related to MultiplePageView inside
the code ? I do not see in MultiplePageView.h
any array of NSTextViews, for example.
Ewan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden