diff options
author | 2024-02-09 02:12:22 +0100 | |
---|---|---|
committer | 2024-02-09 02:12:22 +0100 | |
commit | a82cc783d9112a53eb58b21e681aa95b2c8f6e4a (patch) | |
tree | 5d348f5aeae076cbaaafed02d35dd69ceb98b3da /widget/src/helpers.rs | |
parent | cb9000ea2a91eb5774ac87edaead74477ebdf26c (diff) | |
download | iced-a82cc783d9112a53eb58b21e681aa95b2c8f6e4a.tar.gz iced-a82cc783d9112a53eb58b21e681aa95b2c8f6e4a.tar.bz2 iced-a82cc783d9112a53eb58b21e681aa95b2c8f6e4a.zip |
Improve `tooltip` docs
Diffstat (limited to 'widget/src/helpers.rs')
-rw-r--r-- | widget/src/helpers.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widget/src/helpers.rs b/widget/src/helpers.rs index a643add3..a5411c89 100644 --- a/widget/src/helpers.rs +++ b/widget/src/helpers.rs @@ -123,7 +123,8 @@ where Button::new(content) } -/// Creates a new [`Tooltip`] with the provided content, tooltip element, and [`tooltip::Position`]. +/// Creates a new [`Tooltip`] for the provided content with the given +/// [`Element`] and [`tooltip::Position`]. /// /// [`Tooltip`]: crate::Tooltip /// [`tooltip::Position`]: crate::tooltip::Position |