wrapping text in an NSTextView
wrapping text in an NSTextView
- Subject: wrapping text in an NSTextView
- From: Max Cantor <email@hidden>
- Date: Wed, 16 May 2001 12:20:01 -0400
I have an NSTextView which I need to display text like a browser
would handle a <pre> </pre> tag. Namely, I dont want it to wrap
the text. I can't find anything in the api's to set this.
Anyone have any idea how to do this?
-Max