[][src]Trait webkit2gtk_webextension::DOMHTMLAppletElementExt

pub trait DOMHTMLAppletElementExt: 'static {
    fn get_align(&self) -> Option<GString>;
fn get_alt(&self) -> Option<GString>;
fn get_archive(&self) -> Option<GString>;
fn get_code(&self) -> Option<GString>;
fn get_code_base(&self) -> Option<GString>;
fn get_height(&self) -> Option<GString>;
fn get_hspace(&self) -> c_long;
fn get_name(&self) -> Option<GString>;
fn get_object(&self) -> Option<GString>;
fn get_vspace(&self) -> c_long;
fn get_width(&self) -> Option<GString>;
fn set_align(&self, value: &str);
fn set_alt(&self, value: &str);
fn set_archive(&self, value: &str);
fn set_code(&self, value: &str);
fn set_code_base(&self, value: &str);
fn set_height(&self, value: &str);
fn set_hspace(&self, value: c_long);
fn set_name(&self, value: &str);
fn set_object(&self, value: &str);
fn set_vspace(&self, value: c_long);
fn set_width(&self, value: &str);
fn connect_property_align_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_alt_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_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_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_object_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_alt(&self) -> Option<GString>

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

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

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

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

fn get_hspace(&self) -> c_long

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

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

fn get_vspace(&self) -> c_long

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

fn set_align(&self, value: &str)

fn set_alt(&self, value: &str)

fn set_archive(&self, value: &str)

fn set_code(&self, value: &str)

fn set_code_base(&self, value: &str)

fn set_height(&self, value: &str)

fn set_hspace(&self, value: c_long)

fn set_name(&self, value: &str)

fn set_object(&self, value: &str)

fn set_vspace(&self, value: c_long)

fn set_width(&self, value: &str)

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

fn connect_property_alt_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_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_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_object_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<DOMHTMLAppletElement>> DOMHTMLAppletElementExt for O[src]

Loading content...