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:
:format
By default, prints a tag and the value.
:keymap
The default is widget-text-keymap
, which does not rebind the
RET key.