Classes
GroupBox | The GroupBox container, which introduces a group of widgets with |
Bases: enaml.widgets.container.Container
The GroupBox container, which introduces a group of widgets with a title and usually has a border.
The title displayed at the top of the box.
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).
The alignment of the title text.
A reference to the ProxyGroupBox object.