[][src]Trait webkit2gtk_webextension::DOMHTMLBodyElementExt

pub trait DOMHTMLBodyElementExt: 'static {
    fn get_a_link(&self) -> Option<GString>;
fn get_background(&self) -> Option<GString>;
fn get_bg_color(&self) -> Option<GString>;
fn get_link(&self) -> Option<GString>;
fn get_text(&self) -> Option<GString>;
fn get_v_link(&self) -> Option<GString>;
fn set_a_link(&self, value: &str);
fn set_background(&self, value: &str);
fn set_bg_color(&self, value: &str);
fn set_link(&self, value: &str);
fn set_text(&self, value: &str);
fn set_v_link(&self, value: &str);
fn connect_property_a_link_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_background_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_bg_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_link_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_v_link_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_background(&self) -> Option<GString>

fn get_bg_color(&self) -> Option<GString>

fn get_text(&self) -> Option<GString>

fn set_background(&self, value: &str)

fn set_bg_color(&self, value: &str)

fn set_text(&self, value: &str)

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLBodyElement>> DOMHTMLBodyElementExt for O[src]

Loading content...