Module xdg_wm_base

Source
Available on crate feature server only.
Expand description

create desktop-style surfaces

The xdg_wm_base interface is exposed as a global object enabling clients to turn their wl_surfaces into windows in a desktop environment. It defines the basic functionality needed for clients and the compositor to create windows that can be dragged, resized, maximized, etc, as well as creating transient windows such as popup menus.

Structs§

XdgWmBase
create desktop-style surfaces

Enums§

Error
Event
Request

Constants§

EVT_PING_OPCODE
The wire opcode for this event
EVT_PING_SINCE
The minimal object version supporting this event
REQ_CREATE_POSITIONER_OPCODE
The wire opcode for this request
REQ_CREATE_POSITIONER_SINCE
The minimal object version supporting this request
REQ_DESTROY_OPCODE
The wire opcode for this request
REQ_DESTROY_SINCE
The minimal object version supporting this request
REQ_GET_XDG_SURFACE_OPCODE
The wire opcode for this request
REQ_GET_XDG_SURFACE_SINCE
The minimal object version supporting this request
REQ_PONG_OPCODE
The wire opcode for this request
REQ_PONG_SINCE
The minimal object version supporting this request