Allow clipboard access in Widget::on_event
This commit is contained in:
parent
0f2e20f5e5
commit
a14b39555e
20 changed files with 89 additions and 26 deletions
|
|
@ -45,6 +45,7 @@ pub mod renderer;
|
|||
pub mod subscription;
|
||||
pub mod widget;
|
||||
|
||||
mod clipboard;
|
||||
mod element;
|
||||
mod event;
|
||||
mod hasher;
|
||||
|
|
@ -57,6 +58,7 @@ pub use iced_core::{
|
|||
Point, Rectangle, Vector, VerticalAlignment,
|
||||
};
|
||||
|
||||
pub use clipboard::Clipboard;
|
||||
pub use element::Element;
|
||||
pub use event::Event;
|
||||
pub use hasher::Hasher;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue