[][src]Trait atk::HypertextExt

pub trait HypertextExt: 'static {
    fn get_link(&self, link_index: i32) -> Option<Hyperlink>;
fn get_link_index(&self, char_index: i32) -> i32;
fn get_n_links(&self) -> i32;
fn connect_link_selected<F: Fn(&Self, i32) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

Loading content...

Implementors

impl<O: IsA<Hypertext>> HypertextExt for O[src]

Loading content...