[][src]Trait sourceview::TagExt

pub trait TagExt: 'static {
    fn get_property_draw_spaces(&self) -> bool;
fn set_property_draw_spaces(&self, draw_spaces: bool);
fn get_property_draw_spaces_set(&self) -> bool;
fn set_property_draw_spaces_set(&self, draw_spaces_set: bool);
fn connect_property_draw_spaces_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_draw_spaces_set_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_property_draw_spaces(&self) -> bool

fn set_property_draw_spaces(&self, draw_spaces: bool)

fn get_property_draw_spaces_set(&self) -> bool

fn set_property_draw_spaces_set(&self, draw_spaces_set: bool)

fn connect_property_draw_spaces_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_draw_spaces_set_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Tag>> TagExt for O[src]

Loading content...