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