Re: Accessing NSTextStorage of an NSText object ?
Re: Accessing NSTextStorage of an NSText object ?
- Subject: Re: Accessing NSTextStorage of an NSText object ?
- From: Vince DeMarco <email@hidden>
- Date: Tue, 22 Oct 2002 11:14:03 -0700
On Tuesday, October 22, 2002, at 10:37 AM, Robert Miller wrote:
Hello,
Does anyone know if it is possible to gain access to the
NSTextStorage for an NSText object. Does an NSText object even have an
NSTextStorage ? I'd like to be able to 'echo' the text of an
NSTableView's cell into another NSTextField object by sharing an
NSTextStorage object. Can this only be done using NSTextView(s) ?
[aTextView textStorage]
if aTextView is the NSText object.
vince
_______________________________________________
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.