Type Alias WindowOptions

Source
pub type WindowOptions = cbw_WindowOptions;

Aliased Type§

struct WindowOptions {
    pub borders: bool,
    pub minimizable: bool,
    pub resizable: bool,
}

Fields§

§borders: bool§minimizable: bool§resizable: bool