pub trait DOMHTMLDocumentExt: 'static {
Show 31 methods fn capture_events(&self); fn clear(&self); fn close(&self); fn alink_color(&self) -> Option<GString>; fn bg_color(&self) -> Option<GString>; fn compat_mode(&self) -> Option<GString>; fn design_mode(&self) -> Option<GString>; fn dir(&self) -> Option<GString>; fn embeds(&self) -> Option<DOMHTMLCollection>; fn fg_color(&self) -> Option<GString>; fn height(&self) -> c_long; fn link_color(&self) -> Option<GString>; fn plugins(&self) -> Option<DOMHTMLCollection>; fn scripts(&self) -> Option<DOMHTMLCollection>; fn vlink_color(&self) -> Option<GString>; fn width(&self) -> c_long; fn release_events(&self); fn set_alink_color(&self, value: &str); fn set_bg_color(&self, value: &str); fn set_design_mode(&self, value: &str); fn set_dir(&self, value: &str); fn set_fg_color(&self, value: &str); fn set_link_color(&self, value: &str); fn set_vlink_color(&self, value: &str); fn connect_alink_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_bg_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_fg_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_link_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_vlink_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; fn connect_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
}
Expand description

Trait containing all DOMHTMLDocument methods.

Implementors

DOMHTMLDocument

Required Methods

Deprecated since 2.22

Use JavaScriptCore API instead

Deprecated since 2.22

Use JavaScriptCore API instead

Deprecated since 2.22

Use JavaScriptCore API instead

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Available on non-crate feature v2_14 only.
Available on non-crate feature v2_14 only.
Available on non-crate feature v2_16 only.
Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Available on non-crate feature v2_14 only.
Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A glong

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Available on non-crate feature v2_14 only.
Available on non-crate feature v2_14 only.
Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

Returns

A glong

Deprecated since 2.22

Use JavaScriptCore API instead

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Available on non-crate feature v2_14 only.
Available on non-crate feature v2_16 only.
Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Deprecated since 2.22

Use JavaScriptCore API instead

value

A gchar

Implementors