[][src]Trait zwp_input_method_service::ReceiveSurroundingText

pub trait ReceiveSurroundingText {
    fn text_changed(
        &self,
        string_left_of_cursor: String,
        string_right_of_cursor: String
    ); }

Required methods

fn text_changed(
    &self,
    string_left_of_cursor: String,
    string_right_of_cursor: String
)

Loading content...

Implementors

Loading content...