Trait atk::prelude::HyperlinkExt

source ·
pub trait HyperlinkExt: IsA<Hyperlink> + Sealed + 'static {
    // Provided methods
    fn end_index(&self) -> i32 { ... }
    fn n_anchors(&self) -> i32 { ... }
    fn object(&self, i: i32) -> Option<Object> { ... }
    fn start_index(&self) -> i32 { ... }
    fn uri(&self, i: i32) -> Option<GString> { ... }
    fn is_inline(&self) -> bool { ... }
    fn is_valid(&self) -> bool { ... }
    fn number_of_anchors(&self) -> i32 { ... }
    fn connect_link_activated<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
    fn connect_end_index_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
    fn connect_number_of_anchors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
    fn connect_start_index_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn end_index(&self) -> i32

source

fn n_anchors(&self) -> i32

source

fn object(&self, i: i32) -> Option<Object>

source

fn start_index(&self) -> i32

source

fn uri(&self, i: i32) -> Option<GString>

source

fn is_inline(&self) -> bool

source

fn is_valid(&self) -> bool

source

fn number_of_anchors(&self) -> i32

source

fn connect_end_index_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_number_of_anchors_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_start_index_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§