Trait atk::prelude::HyperlinkExt
source · [−]pub trait HyperlinkExt: 'static {
fn get_end_index(&self) -> i32;
fn get_n_anchors(&self) -> i32;
fn get_object(&self, i: i32) -> Option<Object>;
fn get_start_index(&self) -> i32;
fn get_uri(&self, i: i32) -> Option<GString>;
fn is_inline(&self) -> bool;
fn is_valid(&self) -> bool;
fn get_property_number_of_anchors(&self) -> i32;
fn connect_link_activated<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_end_index_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_number_of_anchors_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_start_index_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_end_index(&self) -> i32
source
fn get_n_anchors(&self) -> i32
source
fn get_object(&self, i: i32) -> Option<Object>
source
fn get_start_index(&self) -> i32
source
fn get_property_number_of_anchors(&self) -> i32
source
fn connect_link_activated<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
sourcefn connect_property_end_index_notify<F: Fn(&Self) + 'static>(
fn connect_property_end_index_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_number_of_anchors_notify<F: Fn(&Self) + 'static>(
fn connect_property_number_of_anchors_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_start_index_notify<F: Fn(&Self) + 'static>(