Controls the optional separator line and capitalization of section headings.
More...
#include <a3d/ui/Panel.h>
|
| bool | line {true} |
| | Draw a separator line beneath the heading when true. More...
|
| |
| bool | uppercase {false} |
| | Convert the displayed heading to uppercase when true. More...
|
| |
Controls the optional separator line and capitalization of section headings.
Definition at line 64 of file Panel.h.
◆ Default()
Returns the default section-heading configuration.
Definition at line 69 of file Panel.h.
◆ line
| bool a3d::ui::Panel::SectionConfig::line {true} |
Draw a separator line beneath the heading when true.
Definition at line 65 of file Panel.h.
◆ uppercase
| bool a3d::ui::Panel::SectionConfig::uppercase {false} |
Convert the displayed heading to uppercase when true.
Definition at line 66 of file Panel.h.
The documentation for this struct was generated from the following file: