[][src]Trait webkit2gtk_webextension::DOMCSSRuleExt

pub trait DOMCSSRuleExt: 'static {
    fn get_css_text(&self) -> Option<GString>;
fn get_parent_rule(&self) -> Option<DOMCSSRule>;
fn get_parent_style_sheet(&self) -> Option<DOMCSSStyleSheet>;
fn get_rule_type(&self) -> c_ushort;
fn set_css_text(&self, value: &str) -> Result<(), Error>;
fn get_property_type(&self) -> u32;
fn connect_property_css_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_parent_rule_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_parent_style_sheet_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn get_parent_rule(&self) -> Option<DOMCSSRule>

fn get_parent_style_sheet(&self) -> Option<DOMCSSStyleSheet>

fn get_rule_type(&self) -> c_ushort

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

fn get_property_type(&self) -> u32

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMCSSRule>> DOMCSSRuleExt for O[src]

Loading content...