[][src]Trait webkit2gtk_webextension::DOMHTMLFrameElementExt

pub trait DOMHTMLFrameElementExt: 'static {
    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) -> c_long;
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_no_resize(&self) -> bool;
fn get_scrolling(&self) -> Option<GString>;
fn get_src(&self) -> Option<GString>;
fn get_width(&self) -> c_long;
fn set_frame_border(&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_no_resize(&self, value: bool);
fn set_scrolling(&self, value: &str);
fn set_src(&self, value: &str);
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_no_resize_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_content_document(&self) -> Option<DOMDocument>

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

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

fn get_height(&self) -> c_long

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_no_resize(&self) -> bool

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

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

fn get_width(&self) -> c_long

fn set_frame_border(&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_no_resize(&self, value: bool)

fn set_scrolling(&self, value: &str)

fn set_src(&self, value: &str)

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_no_resize_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<DOMHTMLFrameElement>> DOMHTMLFrameElementExt for O[src]

Loading content...