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
Post a Comment