Crate zng_wgt_style
source ·Expand description
Macros§
- Implements the contextual
STYLE_FN_VARandstyle_fn. - Declares a style function closure.
Structs§
WRepresents a set of properties that can be applied to any styleable widget.- Arguments for
StyleFnclosure. - Represents a style instance.
- Boxed shared closure that generates a style instance for a given widget context.
mStyleable widget mixin.
Functions§
cFully replace the contextual style.cWidget’s base style. All other styles set usingstyle_fnare applied over this style.- Helper for declaring the
style_fnproperty.