Crate zng_wgt_style
source ·Expand description
Macros§
- Implements the contextual
STYLE_FN_VAR
andstyle_fn
. - Declares a style function closure.
Structs§
W
Represents a set of properties that can be applied to any styleable widget.- Arguments for
StyleFn
closure. - Represents a style instance.
- Boxed shared closure that generates a style instance for a given widget context.
m
Styleable widget mixin.
Functions§
c
Fully replace the contextual style.c
Widget’s base style. All other styles set usingstyle_fn
are applied over this style.- Helper for declaring the
style_fn
property.