Class XdgWmBase
create desktop-style surfaces
class XdgWmBase
: wayland.client.core.WlProxy
;
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.
Properties
Name | Type | Description |
iface [get]
|
immutable(wayland.client.core.WlProxyInterface) | Interface object that creates XdgWmBase objects.
|
onPing [set]
|
void delegate(XdgWmBase, uint) | check if the client is alive
|
Aliases
Name | Description |
OnPingEventDg
|
Event delegate signature of XdgWmBase.onPing.
|