//! Events emitted by a [`struct@super::RichTextField`].
//!
//! Implement [`RichTextFieldEvents`] on a window (or other parent) to react when
//! the user confirms or edits the text.
use crateHandle;
use crateEventProcessStatus;
pub use crateTextFieldEventsType;
/// Events from a [`struct@super::RichTextField`].
///
/// Implement this on a window to react when the user confirms or edits the text.
/// Default methods return [`EventProcessStatus::Ignored`].