pub trait TextViewExtManual {
    // Required method
    fn im_context_filter_keypress(&self, event: &impl AsRef<Event>) -> bool;
}
Expand description

Trait containing manually implemented methods of TextView.

Required Methods§

source

fn im_context_filter_keypress(&self, event: &impl AsRef<Event>) -> bool

Implementors§