[][src]Trait webkit2gtk_webextension::DOMDOMWindowExt

pub trait DOMDOMWindowExt: 'static {
    fn webkit_message_handlers_post_message(
        &self,
        handler: &str,
        message: &str
    ) -> bool;
fn get_property_closed(&self) -> bool;
fn get_property_default_status(&self) -> Option<GString>;
fn set_property_default_status(&self, default_status: Option<&str>);
fn get_property_device_pixel_ratio(&self) -> f64;
fn get_property_document(&self) -> Option<DOMDocument>;
fn get_property_frame_element(&self) -> Option<DOMElement>;
fn get_property_frames(&self) -> Option<DOMDOMWindow>;
fn get_property_inner_height(&self) -> c_long;
fn get_property_inner_width(&self) -> c_long;
fn get_property_length(&self) -> c_ulong;
fn get_property_name(&self) -> Option<GString>;
fn set_property_name(&self, name: Option<&str>);
fn get_property_offscreen_buffering(&self) -> bool;
fn get_property_opener(&self) -> Option<DOMDOMWindow>;
fn get_property_orientation(&self) -> c_long;
fn get_property_outer_height(&self) -> c_long;
fn get_property_outer_width(&self) -> c_long;
fn get_property_page_x_offset(&self) -> c_long;
fn get_property_page_y_offset(&self) -> c_long;
fn get_property_parent(&self) -> Option<DOMDOMWindow>;
fn get_property_screen_left(&self) -> c_long;
fn get_property_screen_top(&self) -> c_long;
fn get_property_screen_x(&self) -> c_long;
fn get_property_screen_y(&self) -> c_long;
fn get_property_scroll_x(&self) -> c_long;
fn get_property_scroll_y(&self) -> c_long;
fn get_property_self(&self) -> Option<DOMDOMWindow>;
fn get_property_status(&self) -> Option<GString>;
fn set_property_status(&self, status: Option<&str>);
fn get_property_top(&self) -> Option<DOMDOMWindow>;
fn get_property_window(&self) -> Option<DOMDOMWindow>;
fn connect_property_closed_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_default_status_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_device_pixel_ratio_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_document_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_frame_element_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_frames_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_inner_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_inner_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_length_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_offscreen_buffering_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_opener_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_orientation_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_outer_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_outer_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_page_x_offset_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_page_y_offset_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_parent_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_screen_left_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_screen_top_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_screen_x_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_screen_y_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_scroll_x_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_scroll_y_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_self_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_status_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_top_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_window_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn webkit_message_handlers_post_message(
    &self,
    handler: &str,
    message: &str
) -> bool

fn get_property_closed(&self) -> bool

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

fn set_property_default_status(&self, default_status: Option<&str>)

fn get_property_device_pixel_ratio(&self) -> f64

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

fn get_property_frame_element(&self) -> Option<DOMElement>

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

fn get_property_inner_height(&self) -> c_long

fn get_property_inner_width(&self) -> c_long

fn get_property_length(&self) -> c_ulong

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

fn set_property_name(&self, name: Option<&str>)

fn get_property_offscreen_buffering(&self) -> bool

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

fn get_property_orientation(&self) -> c_long

fn get_property_outer_height(&self) -> c_long

fn get_property_outer_width(&self) -> c_long

fn get_property_page_x_offset(&self) -> c_long

fn get_property_page_y_offset(&self) -> c_long

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

fn get_property_screen_left(&self) -> c_long

fn get_property_screen_top(&self) -> c_long

fn get_property_screen_x(&self) -> c_long

fn get_property_screen_y(&self) -> c_long

fn get_property_scroll_x(&self) -> c_long

fn get_property_scroll_y(&self) -> c_long

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

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

fn set_property_status(&self, status: Option<&str>)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMDOMWindow>> DOMDOMWindowExt for O[src]

Loading content...