Next: The menu-choice Widget, Previous: The editable-field Widget, Up: Basic Types [Contents][Index]
text WidgetSyntax:
type ::= (text [keyword argument]... [ value ])
A widget just like the editable-field widget, but intended for
multiline text fields. Its super is the editable-field widget.
It overrides the following properties:
:formatBy default, prints a tag and the value.
:keymapThe default is widget-text-keymap, which does not rebind the
RET key.