Function zng_wgt_style::style_base_fn

source ·
pub fn style_base_fn(style: impl IntoVar<StyleFn>)
Expand description

c Widget’s base style. All other styles set using style_fn are applied over this style.

Is nil by default.

§Capture-Only

This property is capture-only, it only defines a property signature, it does not implement any behavior by itself. Widgets can capture and implement this property as part of their intrinsics, otherwise it will have no effect if set on a widget that does not implement it.