Function cosmic::iced_runtime::window::get_minimized
source ยท pub fn get_minimized(id: Id) -> Task<Option<bool>>
Expand description
Gets the minimized state of the window with the given Id
.
pub fn get_minimized(id: Id) -> Task<Option<bool>>
Gets the minimized state of the window with the given Id
.