Modules§
- popup
- Popup widget.
Structs§
- Anchor
Mode - Defines what properties the layered widget takes from the anchor widget.
- Anchor
Offset - Represents two points that position a layer widget with its anchor widget.
- LAYERS
- Windows layers.
- Layer
Index - Represents a layer in a window.
Enums§
- Anchor
Size - Options for
AnchorMode
size constraints. - Anchor
Transform - Options for
AnchorMode::transform
.
Statics§
- LAYERS_
INSERT_ CMD - Insert a layer widget on the scoped window.
- LAYERS_
REMOVE_ CMD - Remove a layer widget on the scoped window.
Functions§
- adorner
P
Custom layered foreground.- adorner_
fn P
Custom layered foreground generated using aWidgetFn<()>
.- layers_
node - Node that implements the layers, must be inserted in the
NestGroup::EVENT
group by the window implementer.