fn copy_text(&self, start_pos: i32, end_pos: i32)
[src]fn cut_text(&self, start_pos: i32, end_pos: i32)
[src]fn delete_text(&self, start_pos: i32, end_pos: i32)
[src]fn paste_text(&self, position: i32)
[src]fn set_text_contents(&self, string: &str)
[src]impl<O: IsA<EditableText>> EditableTextExt for O
[src]