[][src]Trait webkit2gtk_webextension::DOMCSSValueExt

pub trait DOMCSSValueExt: 'static {
    fn get_css_text(&self) -> Option<GString>;
fn get_css_value_type(&self) -> c_ushort;
fn set_css_text(&self, value: &str) -> Result<(), Error>;
fn connect_property_css_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_css_value_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn get_css_value_type(&self) -> c_ushort

fn set_css_text(&self, value: &str) -> Result<(), Error>

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

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

Loading content...

Implementors

impl<O: IsA<DOMCSSValue>> DOMCSSValueExt for O[src]

Loading content...