feat(native): add Tooltip widget
This commit is contained in:
parent
4de164dcc7
commit
a19f89d3a6
23 changed files with 580 additions and 18 deletions
6
wgpu/src/widget/tooltip.rs
Normal file
6
wgpu/src/widget/tooltip.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Display a widget over another.
|
||||
/// A widget allowing the selection of a single value from a list of options.
|
||||
pub type Tooltip<'a, Message> =
|
||||
iced_native::Tooltip<'a, Message, crate::Renderer>;
|
||||
|
||||
pub use iced_native::tooltip::TooltipPosition;
|
||||
Loading…
Add table
Add a link
Reference in a new issue