• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: First-responder action in TextEdit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >First-responder action in TextEdit (From: email@hidden)
 >Re: First-responder action in TextEdit (From: Todd Ransom <email@hidden>)
 >Re: First-responder action in TextEdit (From: email@hidden)

  • Prev by Date: Re: Found a bug in Cocoa: where should I report it?
  • Next by Date: Re: How to track down this memory problem?
  • Previous by thread: Re: First-responder action in TextEdit
  • Next by thread: Turn off duplicate method warning
  • Index(es):
    • Date
    • Thread