AUI Framework
develop
Cross-platform base for C++ UI apps
|
A titled frame. More...
#include <AUI/View/AGroupBox.h>
Group box provides a frame and a customizable title on top.
See declarative::GroupBox for a declarative form and examples.
If the title is a checkbox then it's checked state used to enable/disable the elements of this group box.
Frame of the groupbox can be customized by ".agroupbox-inner"
class as like the title is customized by ".agroupbox-title"
class.
Frame of the groupbox is not drawn under the title; this behaviour can be overridden by the Overflow::VISIBLE style rule applied for ".agroupbox-inner"
.
Title is done by hacking the vertical layout and forcing the frame top side to the center of the title view.
> All members, including inherited
|
overridevirtual |
See Layout Managers for more info.
Reimplemented from AViewContainerBase.
Contents