[][src]Trait gtk::prelude::TextBufferExtManual

pub trait TextBufferExtManual: 'static {
    fn connect_insert_text<F: Fn(&Self, &mut TextIter, &str) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn connect_insert_text<F: Fn(&Self, &mut TextIter, &str) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<TextBuffer>> TextBufferExtManual for O[src]

Loading content...