Skip to content

declarative::Style#

Extra styles wrapper.

Header:#include <AUI/Util/Declarative/Containers.h>
CMake:aui_link(my_target PUBLIC aui::views)

Detailed Description#

Label { "Default label" },
Style{
    {
        c(".btn"),
        BackgroundSolid { 0xff0000_rgb },
    },
} ({
    Label { "Red label" },
    Label { "Another red label" },
}),