Module wayland_client::protocol::wl_shell_surface
[−]
[src]
desktop-style metadata interface
An interface that may be implemented by a wl_surface, for implementations that provide a desktop-style user interface.
It provides requests to treat surfaces like toplevel, fullscreen or popup windows, move, resize or maximize them, associate metadata like title and class, etc.
On the server side the object is automatically destroyed when the related wl_surface is destroyed. On the client side, wl_shell_surface_destroy() must be called before destroying the wl_surface object.
Structs
Resize |
edge values for resizing |
Transient |
details of transient behaviour |
WlShellSurface |
Enums
FullscreenMethod |
different method to set the surface fullscreen |
Constants
Bottom | |
BottomLeft | |
BottomRight | |
Inactive | |
Left | |
None | |
Right | |
Top | |
TopLeft | |
TopRight |
Traits
Handler |