//! Events emitted by a [`struct@super::RadioBox`].
//!
//! Implement [`RadioBoxEvents`] on a window (or other parent) to react when this
//! radio box becomes selected.
use crate::;
use RadioBox;
/// Events from a [`struct@super::RadioBox`].
///
/// Implement this on a window to react when this radio box becomes selected.
/// The default method returns [`EventProcessStatus::Ignored`].
pub