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 method called after initialization which allows the widget to bind any event handlers necessary.
alias of __NoInterface__
Bases: enaml.qt.qt_container.QtContainer
A Qt implementation of an Enaml GroupBox.