//! Events emitted by a [`struct@super::CommandBar`].
//!
//! Implement [`GenericCommandBarEvents`] on a window or desktop to populate the
//! command bar and handle activated commands.
use crateHandle;
use CommandBar;
pub
/// Events from a [`struct@super::CommandBar`].
///
/// Implement this on a window or desktop to populate the command bar and handle
/// commands. Default methods do nothing.