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

Required Methods

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gboolean

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gboolean

Implementors