TextView

The TextView is a View subclass that represents Cocoa’s NSTextView.

class TextView(parent)
Parameters:parent – A View instance. See View.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].

Previous topic

TextField

Next topic

Popup

This Page