//! Events emitted by an [`struct@super::HSlider`].
//!
//! Implement [`GenericHSliderEvents`] on a window (or other parent) to react when
//! the slider value changes.
use TypeId;
use crate::;
/// Events from an [`struct@super::HSlider`].
///
/// Because the slider is generic, the control is identified by a type-erased `handle`
/// and `type_id`. Default methods return [`EventProcessStatus::Ignored`].
pub