Enum smithay_client_toolkit::window::FrameRequest [−][src]
pub enum FrameRequest {
Minimize,
Maximize,
UnMaximize,
Close,
Move(Proxy<WlSeat>),
Resize(Proxy<WlSeat>, ResizeEdge),
Refresh,
}Request generated by a Frame
These requests are generated by a Frame and the Window will forward them appropriately to the server.
Variants
MinimizeThe window should be minimized
MaximizeThe window should be maximized
UnMaximizeThe window should be unmaximized
CloseThe window should be closed
Move(Proxy<WlSeat>)An interactive move should be started
Resize(Proxy<WlSeat>, ResizeEdge)An interactive resize should be started
RefreshThe frame requests to be refreshed
Auto Trait Implementations
impl Send for FrameRequest
impl Send for FrameRequestimpl Sync for FrameRequest
impl Sync for FrameRequest