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

Required Methods§

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.

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.

Implementations on Foreign Types§

Implementors§