Crate zng_wgt_layer
source ·Modules§
- Popup widget.
Structs§
- Defines what properties the layered widget takes from the anchor widget.
- Represents two points that position a layer widget with its anchor widget.
- Windows layers.
- Represents a layer in a window.
Enums§
- Options for
AnchorMode
size constraints. - Options for
AnchorMode::transform
.
Statics§
- Insert a layer widget on the scoped window.
- Remove a layer widget on the scoped window.
Functions§
P
Custom layered foreground.P
Custom layered foreground generated using aWidgetFn<()>
.- Node that implements the layers, must be inserted in the
NestGroup::EVENT
group by the window implementer.