Trait gtk::TextMarkExt[][src]

pub trait TextMarkExt: 'static {
    fn get_buffer(&self) -> Option<TextBuffer>;
fn get_deleted(&self) -> bool;
fn get_left_gravity(&self) -> bool;
fn get_name(&self) -> Option<GString>;
fn get_visible(&self) -> bool;
fn set_visible(&self, setting: bool); }

Required methods

fn get_buffer(&self) -> Option<TextBuffer>[src]

fn get_deleted(&self) -> bool[src]

fn get_left_gravity(&self) -> bool[src]

fn get_name(&self) -> Option<GString>[src]

fn get_visible(&self) -> bool[src]

fn set_visible(&self, setting: bool)[src]

Loading content...

Implementors

impl<O: IsA<TextMark>> TextMarkExt for O[src]

Loading content...