Implement event capturing for Button

This commit is contained in:
Héctor Ramón Jiménez 2020-11-12 00:19:12 +01:00
parent 3f968b8c87
commit a44cd07212
2 changed files with 12 additions and 7 deletions

View file

@ -25,7 +25,7 @@ pub enum Event {
/// [`UserInterface`]: ../struct.UserInterface.html
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Status {
/// The [`Event`] was _NOT_ handled by any widget.
/// The [`Event`] was **NOT** handled by any widget.
///
/// [`Event`]: enum.Event.html
Ignored,