Trait gtk::TextChildAnchorExt [] [src]

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

Required Methods

Implementors