Trait gtk::TextChildAnchorExt [−][src]
pub trait TextChildAnchorExt {
fn get_deleted(&self) -> bool;
fn get_widgets(&self) -> Vec<Widget>;
}Required Methods
Implementors
impl<O: IsA<TextChildAnchor>> TextChildAnchorExt for O