fix!(widget): rename button function to button::custom
This commit is contained in:
parent
914d989049
commit
f12de010ec
15 changed files with 28 additions and 32 deletions
|
|
@ -3,12 +3,8 @@
|
|||
|
||||
//! Subscribe to common application keyboard shortcuts.
|
||||
|
||||
use iced::{event, keyboard, mouse, Command, Event, Subscription};
|
||||
use iced_core::{
|
||||
keyboard::key::Named,
|
||||
widget::{operation, Id, Operation},
|
||||
Rectangle,
|
||||
};
|
||||
use iced::{event, keyboard, Event, Subscription};
|
||||
use iced_core::keyboard::key::Named;
|
||||
use iced_futures::event::listen_raw;
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue