[][src]Trait webkit2gtk_webextension::DOMHTMLObjectElementExt

pub trait DOMHTMLObjectElementExt: 'static {
    fn get_align(&self) -> Option<GString>;
fn get_archive(&self) -> Option<GString>;
fn get_border(&self) -> Option<GString>;
fn get_code(&self) -> Option<GString>;
fn get_code_base(&self) -> Option<GString>;
fn get_code_type(&self) -> Option<GString>;
fn get_content_document(&self) -> Option<DOMDocument>;
fn get_data(&self) -> Option<GString>;
fn get_declare(&self) -> bool;
fn get_form(&self) -> Option<DOMHTMLFormElement>;
fn get_height(&self) -> Option<GString>;
fn get_hspace(&self) -> c_long;
fn get_name(&self) -> Option<GString>;
fn get_standby(&self) -> Option<GString>;
fn get_type_attr(&self) -> Option<GString>;
fn get_use_map(&self) -> Option<GString>;
fn get_vspace(&self) -> c_long;
fn get_width(&self) -> Option<GString>;
fn set_align(&self, value: &str);
fn set_archive(&self, value: &str);
fn set_border(&self, value: &str);
fn set_code(&self, value: &str);
fn set_code_base(&self, value: &str);
fn set_code_type(&self, value: &str);
fn set_data(&self, value: &str);
fn set_declare(&self, value: bool);
fn set_height(&self, value: &str);
fn set_hspace(&self, value: c_long);
fn set_name(&self, value: &str);
fn set_standby(&self, value: &str);
fn set_type_attr(&self, value: &str);
fn set_use_map(&self, value: &str);
fn set_vspace(&self, value: c_long);
fn set_width(&self, value: &str);
fn get_property_type(&self) -> Option<GString>;
fn set_property_type(&self, type_: Option<&str>);
fn connect_property_align_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_archive_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_border_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_code_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_code_base_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_code_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_content_document_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_data_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_declare_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_form_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_hspace_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_standby_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_use_map_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_vspace_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_align(&self) -> Option<GString>

fn get_archive(&self) -> Option<GString>

fn get_border(&self) -> Option<GString>

fn get_code(&self) -> Option<GString>

fn get_code_base(&self) -> Option<GString>

fn get_code_type(&self) -> Option<GString>

fn get_content_document(&self) -> Option<DOMDocument>

fn get_data(&self) -> Option<GString>

fn get_declare(&self) -> bool

fn get_form(&self) -> Option<DOMHTMLFormElement>

fn get_height(&self) -> Option<GString>

fn get_hspace(&self) -> c_long

fn get_name(&self) -> Option<GString>

fn get_standby(&self) -> Option<GString>

fn get_type_attr(&self) -> Option<GString>

fn get_use_map(&self) -> Option<GString>

fn get_vspace(&self) -> c_long

fn get_width(&self) -> Option<GString>

fn set_align(&self, value: &str)

fn set_archive(&self, value: &str)

fn set_border(&self, value: &str)

fn set_code(&self, value: &str)

fn set_code_base(&self, value: &str)

fn set_code_type(&self, value: &str)

fn set_data(&self, value: &str)

fn set_declare(&self, value: bool)

fn set_height(&self, value: &str)

fn set_hspace(&self, value: c_long)

fn set_name(&self, value: &str)

fn set_standby(&self, value: &str)

fn set_type_attr(&self, value: &str)

fn set_use_map(&self, value: &str)

fn set_vspace(&self, value: c_long)

fn set_width(&self, value: &str)

fn get_property_type(&self) -> Option<GString>

fn set_property_type(&self, type_: Option<&str>)

fn connect_property_align_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_archive_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_border_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_code_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_code_base_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_code_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_content_document_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_data_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_declare_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_form_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_height_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_hspace_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_standby_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_use_map_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_vspace_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_width_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<DOMHTMLObjectElement>> DOMHTMLObjectElementExt for O[src]

Loading content...