Trait gtk::prelude::LinkButtonExt
[−]
[src]
pub trait LinkButtonExt { fn get_uri(&self) -> Option<String>; fn get_visited(&self) -> bool; fn set_uri(&self, uri: &str); fn set_visited(&self, visited: bool); fn connect_activate_link<F: Fn(&Self) -> Inhibit + 'static>(
&self,
f: F
) -> u64; }
Required Methods
fn get_uri(&self) -> Option<String>
fn get_visited(&self) -> bool
fn set_uri(&self, uri: &str)
fn set_visited(&self, visited: bool)
fn connect_activate_link<F: Fn(&Self) -> Inhibit + 'static>(&self, f: F) -> u64
Implementors
impl<O: IsA<LinkButton> + IsA<Object>> LinkButtonExt for O