Re: Subclassing NSDocumentController
Re: Subclassing NSDocumentController
- Subject: Re: Subclassing NSDocumentController
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 13 Jul 2004 22:44:32 -0700
Hello...
You might want to take a look at the Cocoa conceptual topic on event handling:
http://developer.apple.com/documentation/Cocoa/Conceptual/BasicEventHandling/index.html
The first three subtopics discuss how the responder chain works.
Louis
One last question. Where do all of the actions for the First Responder come
from? They are not automatically populated by the contents of any class
header files. If I understand correctly, the are all added manually and the
connection between the message and any class which responds to the message
is handled at runtime as the message is passed down the responder chain.
Thanks for the help.
Regards,
Bruce
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.