Crate zng_wgt_scroll

source ·
Expand description

Scroll widgets, properties and nodes.

§Crate

This crate is part of the zng project.

§Cargo Features

This crate provides 2 feature flags, 1 enabled by default.

§"debug_default"

Enables the "dyn_closure" in debug builds.

Enabled by default.

§"dyn_closure"

Box closures at opportune places, such as Var::map, reducing the number of monomorphised types.

This speeds-up compilation time at the cost of runtime.

Modules§

  • Commands that control the scoped scroll widget.
  • UI nodes used for building the scroll widget.
  • Scrollbar widget, properties and nodes..
  • Thumb widget, properties and nodes..

Macros§

Structs§

Enums§

  • Lazy loading mode of a widget.
  • Defines a scroll delta and to what value source it is applied.

Statics§

Traits§

Functions§