enaml.widgets.group_box

Classes

GroupBox The GroupBox container, which introduces a group of widgets with
class enaml.widgets.group_box.GroupBox(parent=None, **kwargs)[source]

Bases: enaml.widgets.container.Container

The GroupBox container, which introduces a group of widgets with a title and usually has a border.

title

The title displayed at the top of the box.

flat

The flat parameter determines if the GroupBox is displayed with just the title and a header line (True) or with a full border (False, the default).

title_align

The alignment of the title text.

proxy

A reference to the ProxyGroupBox object.