[][src]Trait webkit2gtk::WebInspectorExt

pub trait WebInspectorExt: 'static {
    fn attach(&self);
fn close(&self);
fn detach(&self);
fn get_attached_height(&self) -> u32;
fn get_inspected_uri(&self) -> Option<GString>;
fn get_web_view(&self) -> Option<WebViewBase>;
fn is_attached(&self) -> bool;
fn show(&self);
fn connect_attach<F: Fn(&Self) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_bring_to_front<F: Fn(&Self) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_closed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn connect_detach<F: Fn(&Self) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_open_window<F: Fn(&Self) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_attached_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_inspected_uri_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn attach(&self)

fn close(&self)

fn detach(&self)

fn get_attached_height(&self) -> u32

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

fn get_web_view(&self) -> Option<WebViewBase>

fn is_attached(&self) -> bool

fn show(&self)

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

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<WebInspector>> WebInspectorExt for O[src]

Loading content...