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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -