Export Tooltip in iced_glow
This commit is contained in:
parent
2f766b7341
commit
9d4996cbab
2 changed files with 9 additions and 0 deletions
6
glow/src/widget/tooltip.rs
Normal file
6
glow/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::Position;
|
||||
Loading…
Add table
Add a link
Reference in a new issue