Static zng_wgt_tooltip::TOOLTIP_LAST_CLOSED

source ยท
pub static TOOLTIP_LAST_CLOSED: AppLocal<Option<DInstant>>
Expand description

Tracks the instant the last tooltip was closed on the widget.

This value is used to implement the TOOLTIP_INTERVAL_VAR, custom tooltip implementers must set it to integrate with the tooltip implementation.