iced_runtime::window

Function set_resize_increments

Source
pub fn set_resize_increments<T>(id: Id, increments: Option<Size>) -> Task<T>
Expand description

Set the window size increment.

This is usually used by apps such as terminal emulators that need “blocky” resizing.