[][src]Trait webkit2gtk_webextension::DOMHTMLIFrameElementExt

pub trait DOMHTMLIFrameElementExt: 'static {
    fn get_align(&self) -> Option<GString>;
fn get_content_document(&self) -> Option<DOMDocument>;
fn get_content_window(&self) -> Option<DOMDOMWindow>;
fn get_frame_border(&self) -> Option<GString>;
fn get_height(&self) -> Option<GString>;
fn get_long_desc(&self) -> Option<GString>;
fn get_margin_height(&self) -> Option<GString>;
fn get_margin_width(&self) -> Option<GString>;
fn get_name(&self) -> Option<GString>;
fn get_scrolling(&self) -> Option<GString>;
fn get_src(&self) -> Option<GString>;
fn get_width(&self) -> Option<GString>;
fn set_align(&self, value: &str);
fn set_frame_border(&self, value: &str);
fn set_height(&self, value: &str);
fn set_long_desc(&self, value: &str);
fn set_margin_height(&self, value: &str);
fn set_margin_width(&self, value: &str);
fn set_name(&self, value: &str);
fn set_scrolling(&self, value: &str);
fn set_src(&self, value: &str);
fn set_width(&self, value: &str);
fn connect_property_align_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_content_window_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_frame_border_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_long_desc_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_margin_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_margin_width_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_scrolling_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_src_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_content_document(&self) -> Option<DOMDocument>

fn get_content_window(&self) -> Option<DOMDOMWindow>

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

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

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

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

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

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

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

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

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

fn set_align(&self, value: &str)

fn set_frame_border(&self, value: &str)

fn set_height(&self, value: &str)

fn set_long_desc(&self, value: &str)

fn set_margin_height(&self, value: &str)

fn set_margin_width(&self, value: &str)

fn set_name(&self, value: &str)

fn set_scrolling(&self, value: &str)

fn set_src(&self, value: &str)

fn set_width(&self, value: &str)

fn connect_property_align_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_content_window_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_frame_border_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_long_desc_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

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

fn connect_property_margin_width_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_scrolling_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_src_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<DOMHTMLIFrameElement>> DOMHTMLIFrameElementExt for O[src]

Loading content...