Implement event capturing for Button
This commit is contained in:
parent
3f968b8c87
commit
a44cd07212
2 changed files with 12 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue