[][src]Trait atk::prelude::EditableTextExtManual

pub trait EditableTextExtManual: 'static {
    fn insert_text(&self, string: &str, position: i32) -> i32;
}

Required methods

fn insert_text(&self, string: &str, position: i32) -> i32

Loading content...

Implementors

impl<O: IsA<EditableText>> EditableTextExtManual for O[src]

Loading content...