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