[][src]Trait zwp_input_method_service::HintPurpose

pub trait HintPurpose {
    fn set_hint_purpose(
        &self,
        content_hint: ContentHint,
        content_purpose: ContentPurpose
    ); }

Trait to get notified when the hint or the purpose of the content changes

Required methods

fn set_hint_purpose(
    &self,
    content_hint: ContentHint,
    content_purpose: ContentPurpose
)

Loading content...

Implementors

Loading content...