Expand description
Widgets that stack in the Z-direction.
Structs§
- A modal dialog builder.
- A Z-direction stack of widgets.
- A layer to present a widget in a modal session.
- A handle to a modal dialog presented in a
Modal
layer. - A builder for overlaying a widget on an
OverlayLayer
. - A handle to an overlay that was shown in an
OverlayLayer
. - A widget that displays other widgets relative to widgets in another layer.
- A widget that shows a tooltip when hovered.
Enums§
- A relative direction.
- A marker type indicating a special
DialogBuilder
button type is not present. - An overlay position.
- A marker type indicating a special
DialogBuilder
button type is present.
Traits§
- A target for a
Modal
session. - A type that is being prepared to be shown in an
OverlayLayer
.