AGroupBox#
A titled frame

| Header: | #include <AUI/View/AGroupBox.h> |
| CMake: | aui_link(my_target PUBLIC aui::views) |
Detailed Description#
Group box provides a frame and a customizable title on top.
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.