Enum smithay_client_toolkit::window::FrameRequest[][src]

pub enum FrameRequest {
    Minimize,
    Maximize,
    UnMaximize,
    Close,
    Move(WlSeat),
    Resize(WlSeatResizeEdge),
    ShowMenu(WlSeati32i32),
    Refresh,
}
Expand description

Request generated by a Frame

These requests are generated by a Frame and the Window will forward them appropriately to the server.

Variants

Minimize

The window should be minimized

Maximize

The window should be maximized

UnMaximize

The window should be unmaximized

Close

The window should be closed

Move(WlSeat)

Tuple Fields

0: WlSeat

An interactive move should be started

Resize(WlSeatResizeEdge)

Tuple Fields

0: WlSeat

An interactive resize should be started

ShowMenu(WlSeati32i32)

Tuple Fields

0: WlSeat
1: i32
2: i32

Show window menu.

Refresh

The frame requests to be refreshed

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.