Trait webkit2gtk_webextension::DOMHTMLDirectoryElementExt[][src]

pub trait DOMHTMLDirectoryElementExt {
    fn get_compact(&self) -> bool;
fn set_compact(&self, value: bool);
fn connect_property_compact_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors