AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ass::on_state::Disabled Struct Reference

Disabled LESS-style subselector. More...

#include <AUI/ASS/Selector/on_state.h>

Detailed Description

It's convenient to use it with AUI_WITH_STYLE:

_new<AView>() AUI_WITH_STYLE {
  MinSize { 16_dp },
  BackgroundSolid { AColor::BLACK },
    BackgroundSolid { AColor::RED },
  },
},
#define AUI_WITH_STYLE
Allows to define a style to the view right in place.
Definition kAUI.h:287
Represents solid (single color) background.
Definition BackgroundSolid.h:26
Controls the min size of AView.
Definition MinSize.h:28
Disabled LESS-style subselector.
Definition on_state.h:111