[][src]Trait wayland_protocols::unstable::input_method::v1::client::zwp_input_panel_surface_v1::RequestsTrait

pub trait RequestsTrait {
    fn set_toplevel(&self, output: &Proxy<WlOutput>, position: u32);
fn set_overlay_panel(&self); }

Required methods

fn set_toplevel(&self, output: &Proxy<WlOutput>, position: u32)

set the surface type as a keyboard

Set the input_panel_surface type to keyboard.

A keyboard surface is only shown when a text input is active.

fn set_overlay_panel(&self)

set the surface type as an overlay panel

Set the input_panel_surface to be an overlay panel.

This is shown near the input cursor above the application window when a text input is active.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpInputPanelSurfaceV1>[src]

Loading content...

Implementors

Loading content...