TextView
The TextView is a View subclass that represents Cocoa’s NSTextView.
-
class TextView(parent)
-
-
text
A string that represents the text field’s text. Equivalent to
[[[self textStorage] mutableString] string].
-
font
Font. The font of the text field. Equivalent to [[self textStorage] font].