Next: The documentation-string Widget, Previous: The editable-list Widget, Up: Basic Types [Contents][Index]
group WidgetSyntax:
type ::= (group [keyword argument]... type...)
A widget to group other widgets. Its super is the default
widget.
Its value is a list, with one member for each type.
It overrides the following properties:
:convert-widgetAs other composite widgets, a function that takes care of converting each widget in type.
:copyA function to copy the types given in type.
:formatBy default, displays a newline character and its value.
:value-createA function to create each of its components.
:value-getThe same function used by the editable-list widget.
:default-getA function that returns a list whose members are the default values of each widget it groups.
:validateThis widget validates if all of its children validate.
:matchThis widget matches a value that matches each of its components.
:match-inlineAs :match, but taking into account widgets and values that are
inline.