Module widget

Source
Available on crate feature wayland and Linux and crate feature winit only.
Expand description

Allow your users to perform actions by pressing a button.

A Tooltip has some local State.

Re-exports§

pub use super::Catalog;
pub use super::Style;

Structs§

State
The local state of a Tooltip.
Tooltip
A generic button which emits a message when pressed.

Functions§

draw
layout
Computes the layout of a Tooltip.
update
Processes the given Event and updates the State of a Tooltip accordingly.