Trait sourceview5::prelude::EntryBufferExt
source · pub trait EntryBufferExt: IsA<EntryBuffer> + Sealed + 'static {
// Provided methods
fn emit_deleted_text(&self, position: u32, n_chars: u32) { ... }
fn emit_inserted_text(&self, position: u32, chars: &str, n_chars: u32) { ... }
fn connect_length_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_max_length_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_text_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
Provided Methods§
fn emit_deleted_text(&self, position: u32, n_chars: u32)
fn emit_inserted_text(&self, position: u32, chars: &str, n_chars: u32)
fn connect_length_notify<F>(&self, f: F) -> SignalHandlerId
fn connect_max_length_notify<F>(&self, f: F) -> SignalHandlerId
fn connect_text_notify<F>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.