Enum nannou::ui::backend::glium::glium::backend::glutin::glutin::os::unix::XWindowType[]

pub enum XWindowType {
    Desktop,
    Dock,
    Toolbar,
    Menu,
    Utility,
    Splash,
    Dialog,
    Normal,
}

X window type. Maps directly to _NET_WM_WINDOW_TYPE.

Variants

A desktop feature. This can include a single window containing desktop icons with the same dimensions as the screen, allowing the desktop environment to have full control of the desktop, without the need for proxying root window clicks.

A dock or panel feature. Typically a Window Manager would keep such windows on top of all other windows.

Toolbar windows. "Torn off" from the main application.

Pinnable menu windows. "Torn off" from the main application.

A small persistent utility window, such as a palette or toolbox.

The window is a splash screen displayed as an application is starting up.

This is a dialog window.

This is a normal, top-level window.

Trait Implementations

impl Hash for WindowType

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for WindowType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WindowType

Returns the "default value" for a type. Read more

impl Debug for WindowType

Formats the value using the given formatter. Read more

impl Copy for WindowType

impl Eq for WindowType

impl PartialEq<WindowType> for WindowType

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for WindowType

impl Sync for WindowType