Re: disable a NSTextView
Re: disable a NSTextView
- Subject: Re: disable a NSTextView
- From: email@hidden
- Date: Sun, 10 Feb 2002 17:49:12 -0500
NSTextView is a subclass of NSControl, ie. all methods and functions
that are available to you in NSControl are inherited.
[receiver-outlet setEnabled: NO];
should work.
Nick
On Sunday, February 10, 2002, at 04:31 PM, mac wrote:
>
Hello everyone,
>
>
Is there a way to disable a NSTextView?
>
>
mac
>
_______________________________________________
>
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.
_______________________________________________
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.