//! Events emitted by a [`struct@super::ToggleButton`].
//!
//! Implement [`ToggleButtonEvents`] on a window (or other parent) to react when
//! the pressed/selected state changes.
use crate::;
use ToggleButton;
/// Events from a [`struct@super::ToggleButton`].
///
/// Implement this on a window to react when the pressed/selected state changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub