View for organizing the component lookout.

class core.traitsui.Group(label, *values, **keys)[source]

Bases: object

Describes the group for View.

<Long description of the class functionality.>

class core.traitsui.Item(name, **keys)[source]

Bases: object

Describes the atom of View.

<Long description of the class functionality.>

class core.traitsui.View(*values, **kargs)[source]

Bases: object

Describes the layout of widget.

<Long description of the class functionality.>

Previous topic

<no title>

Next topic

<no title>

This Page