[][src]Trait gtk::TextChildAnchorExt

pub trait TextChildAnchorExt: 'static {
    fn get_deleted(&self) -> bool;
fn get_widgets(&self) -> Vec<Widget>; }

Required methods

fn get_deleted(&self) -> bool

fn get_widgets(&self) -> Vec<Widget>

Loading content...

Implementors

impl<O: IsA<TextChildAnchor>> TextChildAnchorExt for O[src]

Loading content...