summaryrefslogtreecommitdiffstats
path: root/widget/src/pop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/pop.rs')
-rw-r--r--widget/src/pop.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/widget/src/pop.rs b/widget/src/pop.rs
index d6dd6bb7..5add1525 100644
--- a/widget/src/pop.rs
+++ b/widget/src/pop.rs
@@ -94,6 +94,10 @@ where
/// [`on_hide`] event; after the content is shown or hidden.
///
/// When combined with [`key`], this can be useful to debounce key changes.
+ ///
+ /// [`on_show`]: Self::on_show
+ /// [`on_hide`]: Self::on_hide
+ /// [`key`]: Self::key
pub fn delay(mut self, delay: impl Into<Duration>) -> Self {
self.delay = delay.into();
self