Trait HyperlinkImplExt
Other items inatk::prelude
pub trait HyperlinkImplExt: 'static { fn hyperlink(&self) -> Option<Hyperlink>; }
Trait containing all HyperlinkImpl methods.
HyperlinkImpl
fn hyperlink(&self) -> Option<Hyperlink>
Gets the hyperlink associated with this object.
an AtkHyperlink object which points to this implementing AtkObject.
impl<O: IsA<HyperlinkImpl>> HyperlinkImplExt for O