[−][src]Trait wayland_protocols::unstable::text_input::v1::client::zwp_text_input_manager_v1::RequestsTrait
Required methods
fn create_text_input<F>(
&self,
implementor: F
) -> Result<Proxy<ZwpTextInputV1>, ()> where
F: FnOnce(NewProxy<ZwpTextInputV1>) -> Proxy<ZwpTextInputV1>,
&self,
implementor: F
) -> Result<Proxy<ZwpTextInputV1>, ()> where
F: FnOnce(NewProxy<ZwpTextInputV1>) -> Proxy<ZwpTextInputV1>,
create text input
Creates a new text_input object.
Implementations on Foreign Types
impl RequestsTrait for Proxy<ZwpTextInputManagerV1>
[src]
fn create_text_input<F>(
&self,
implementor: F
) -> Result<Proxy<ZwpTextInputV1>, ()> where
F: FnOnce(NewProxy<ZwpTextInputV1>) -> Proxy<ZwpTextInputV1>,
[src]
&self,
implementor: F
) -> Result<Proxy<ZwpTextInputV1>, ()> where
F: FnOnce(NewProxy<ZwpTextInputV1>) -> Proxy<ZwpTextInputV1>,