Class WlShellSurfaceProxy

java.lang.Object
org.freedesktop.wayland.client.Proxy<WlShellSurfaceEvents>
org.freedesktop.wayland.client.WlShellSurfaceProxy
All Implemented Interfaces:
WaylandObject

public class WlShellSurfaceProxy extends Proxy<WlShellSurfaceEvents>
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.