[][src]Trait wayland_protocols::unstable::xdg_shell::v5::server::xdg_popup::RequestHandler

pub trait RequestHandler {
    fn destroy(&mut self, object: XdgPopup) { ... }
}

An interface for handling requests.

Provided methods

fn destroy(&mut self, object: XdgPopup)

remove xdg_popup interface

This destroys the popup. Explicitly destroying the xdg_popup object will also dismiss the popup, and unmap the surface.

If this xdg_popup is not the "topmost" popup, a protocol error will be sent.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementors

Loading content...