Trait webkit2gtk_webextension::DOMHTMLUListElementExt[][src]

pub trait DOMHTMLUListElementExt {
    fn get_compact(&self) -> bool;
fn get_type_attr(&self) -> Option<String>;
fn set_compact(&self, value: bool);
fn set_type_attr(&self, value: &str);
fn get_property_type(&self) -> Option<String>;
fn set_property_type(&self, type_: Option<&str>);
fn connect_property_compact_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors