[−][src]Trait wayland_protocols::unstable::xdg_foreign::v1::client::zxdg_imported_v1::RequestsTrait
Required methods
fn destroy(&self)
destroy the xdg_imported object
Notify the compositor that it will no longer use the xdg_imported object. Any relationship that may have been set up will at this point be invalidated.
This is a destructor, you cannot send requests to this object any longer once this method is called.
fn set_parent_of(&self, surface: &Proxy<WlSurface>)
set as the parent of some surface
Set the imported surface as the parent of some surface of the client. The passed surface must be a toplevel xdg_surface. Calling this function sets up a surface to surface relation with the same stacking and positioning semantics as xdg_surface.set_parent.