[][src]Trait gtk::TextMarkExt

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>

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)

Loading content...

Implementors

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

Loading content...