osx - Disable editing in NSTextView -


i trying disable editing in nstextview there doesn't seem option there.all other types have enabled property when set false non editable there nstextview?

please not forget class inherits methods of superclass. superclass of nstextview nstext. , there find method

  • (void)seteditable:(bool)flag

with comment:

controls whether receiver allows user edit text. 

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -