[][src]Trait wayland_protocols::unstable::input_method::v1::server::zwp_input_panel_v1::RequestHandler

pub trait RequestHandler {
    fn get_input_panel_surface(
        &mut self,
        object: ZwpInputPanelV1,
        id: NewResource<ZwpInputPanelSurfaceV1>,
        surface: WlSurface
    ) { ... } }

An interface for handling requests.

Provided methods

fn get_input_panel_surface(
    &mut self,
    object: ZwpInputPanelV1,
    id: NewResource<ZwpInputPanelSurfaceV1>,
    surface: WlSurface
)

Loading content...

Implementors

Loading content...