refactored window storage;
new helper window events (Destroyed, Created); clippy + fmt;
This commit is contained in:
parent
633f405f3f
commit
d53ccc857d
56 changed files with 1508 additions and 1819 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::core::window::{Icon, Level, Mode, UserAttention, Settings};
|
||||
use crate::core::window::{Icon, Level, Mode, Settings, UserAttention};
|
||||
use crate::core::Size;
|
||||
use crate::futures::MaybeSend;
|
||||
use crate::window::Screenshot;
|
||||
|
|
@ -15,7 +15,7 @@ pub enum Action<T> {
|
|||
/// There’s no guarantee that this will work unless the left mouse
|
||||
/// button was pressed immediately before this function is called.
|
||||
Drag,
|
||||
/// Spawns a new window with the provided [`window::Settings`].
|
||||
/// Spawns a new window.
|
||||
Spawn {
|
||||
/// The settings of the [`Window`].
|
||||
settings: Settings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue