ass::on_state::Activated#
Activated LESS-style subselector.
Header: | #include <AUI/ASS/Selector/on_state.h> |
CMake: | aui_link(my_target PUBLIC aui::views) |
Detailed Description#
It's convenient to use it with AUI_WITH_STYLE:
_new<AView>() AUI_WITH_STYLE {
MinSize { 16_dp },
BackgroundSolid { AColor::BLACK },
on_state::Activated {
BackgroundSolid { AColor::RED },
},
},