Trait webkit2gtk_webextension::DOMHTMLLegendElementExt[][src]

pub trait DOMHTMLLegendElementExt {
    fn get_align(&self) -> Option<String>;
fn get_form(&self) -> Option<DOMHTMLFormElement>;
fn set_align(&self, value: &str);
fn connect_property_align_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_form_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors